diff --git a/README.md b/README.md index f98d754..6bcb68b 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,13 @@ than remember the plumbing term of a specific command. shorthand for `git push -u origin `. * `unpublish` delete a remote branch, shorthand for `git push origin :`. * `force` force push local changes to the remote, shorthand for + `git push --force-with-lease`. * `changes` compare the list of commits on the local branch to another branch, e.g. when on a feature branch `git changes master` lists the commits which are not present on the master branch. - `git push --force-with-lease`. * `save` like pushing to the stash but attached to a branch, shorthand for `git commit -am temp`. * `load` like popping from the stash but attached to a branch, shorthand for `git reset --mixed HEAD`. + +[git]: https://git-scm.com