From 67ca16b06dbda94751c867ed6edf41b789464be2 Mon Sep 17 00:00:00 2001 From: Lyle Johnson <lyle@lylejohnson.name> Date: Fri, 20 Feb 2009 17:04:34 -0600 Subject: [PATCH] Added a git cheatsheet --- README.git | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.git diff --git a/README.git b/README.git new file mode 100644 index 0000000..e5bff25 --- /dev/null +++ b/README.git @@ -0,0 +1,3 @@ +To push changes on local topic/1.6 branch back to remote 1.6 branch: + + git push origin topic/1.6:1.6 -- GitLab