From 42449845a31587f30bcad55d21f727b80d7d864e Mon Sep 17 00:00:00 2001 From: Nicolas Ronvel Date: Fri, 20 Jan 2017 15:11:19 +0100 Subject: [PATCH] Some useful tip --- tools/git.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/git.txt diff --git a/tools/git.txt b/tools/git.txt new file mode 100644 index 0000000..039d592 --- /dev/null +++ b/tools/git.txt @@ -0,0 +1,5 @@ +Some useful git commands + +## Putting the current branch on gh-pages : +When on the gh-pages branch +git merge -no-ff -s recursive -X subtree=builder master