From 6fe9323d3a4008f11a76974b008a2c29d2b95c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADlio=20S=2E=20do=20Carmo?= Date: Tue, 5 Jun 2018 13:44:44 +0100 Subject: [PATCH] Updated Cheatsheet (markdown) --- Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index 16d637d..4a09182 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -140,6 +140,7 @@ alias -g gp='| grep -i' #creates a global alias for grep | _glum_ | git pull upstream master | | _ggpush_ | git push origin $(current_branch) | | _ggp_ | git push origin $(current_branch) | +| _ggfl_ | git push --force-with-lease origin /$(current_branch) | | _ggsup_ | git branch --set-upstream-to=origin/$(current_branch) | | _gpsup_ | git push --set-upstream origin $(current_branch) | | _gignore_ | git update-index --assume-unchanged |