From 88e23013ec8dc77c6ad140be1d8d2b7eeeb6064e Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 7 Aug 2018 12:54:18 +0100 Subject: [PATCH] Fix typos in README file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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