mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-22 18:51:22 +02:00
Remove unused list item from git.md
This commit is contained in:
parent
c665b40828
commit
567051c55d
@ -9,7 +9,6 @@
|
|||||||
- Undo the last commit and delete changes: `grr`
|
- Undo the last commit and delete changes: `grr`
|
||||||
- Update your local repository with a remote repository: `git pull -u <remote> <branch>`
|
- 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
|
- 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`
|
- 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`
|
- 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`
|
- The most common use is `git push origin master`, which is usually the default for `git push`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user