Commands for setup:
- git config --global user.name “John Doe”
- git config --global user.email “example@email.com”
- git config --list
Commands to update remote repository:
- git add --all
- git commit -m ‘update’
- git push
Command to update local repository:
- git pull
Here is a youtube video I posted that is more detailed on how to use these commands.
Top comments (0)