1
0
forked from extern/nix-config

Remove unused list item from git.md

This commit is contained in:
Donovan Glover 2017-11-12 08:32:19 -05:00
parent c665b40828
commit 567051c55d
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -9,7 +9,6 @@
- Undo the last commit and delete changes: `grr`
- Update your local repository with a remote repository: `git pull -u <remote> <branch>`
- The most common use is `git pull -u origin master`, although this also works for upstream remotes
-
- Show the status of the local repository: `git status` **OR** `gs` **OR** `git s`
- Push changes from your local repository to a remote repository: `git push <remote> <branch>` **OR** `git push` **OR** `gp`
- The most common use is `git push origin master`, which is usually the default for `git push`