Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions basic-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ git config --global user.name <github username>

### For local setup
```

git config --local user.email <github email>

git config --local user.name <github username>
Expand All @@ -33,5 +34,6 @@ git push <remote> <branch>
### Add the remote of the PR
`git remote add <remote_name> <remote_url>`


`git fetch <remote_name>`