Skip to content
View marcoandre1's full-sized avatar
✌️
Enjoy your day!
✌️
Enjoy your day!

Highlights

  • Pro

Block or report marcoandre1

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
marcoandre1/README.md

Hi there 👋

  • 🔭 I’m currently working on ... laravel-inertia-vue-spa and express-react-app
  • 🌱 I’m currently learning ... Inertia
  • 👯 I’m looking to collaborate on ... any web project!
  • 🤔 I’m looking for help with ... easiest way to deploy apps
  • 💬 Ask me about ... anything you find in my repo
  • 📫 How to reach me: ... create an issue on one of my repos or comment one of my gists
  • 😄 Pronouns: ... He/him
  • ⚡ Fun fact: ... Bananas are radioactive
Loading your activity...

Pinned Loading

  1. speakers-app speakers-app Public

    Speakers App is a Next.js application deployed to GitHub Pages.

    JavaScript

  2. nextjs-blog nextjs-blog Public

    Next.js blog app deployed to GitHub Pages using gh-pages.

    JavaScript 1

  3. blog blog Public

    Forked from mmistakes/minimal-mistakes

    Personal blog using minimal-mistakes theme for jekyll

    JavaScript

  4. marcoandre1.github.io marcoandre1.github.io Public

    ModokemDev personal user page

    JavaScript 1

  5. daily-organizer daily-organizer Public

    Daily Organizer App

    JavaScript

  6. Managing SSH keys for Github and Gitlab Managing SSH keys for Github and Gitlab
    1
    # Managing SSH keys for Github and Gitlab
    2
    
                  
    3
    > **NOTICE**: This guide will help you set ssh keys for GitHub and GitLab. However, this is not going to change your commit `user.name` or `user.email`. If you need to change those for specific repositories, just run the following commands while in your repository:  
    4
    > 
    5
    > `git config user.name "Your Name Here"`