From 19ece6192e21612642e7fbdbf6c4c7beb946bd0a Mon Sep 17 00:00:00 2001 From: Takuma Yamaguchi Date: Sat, 16 Jan 2016 01:47:30 +0900 Subject: [PATCH] add example of git-sync --- Commands.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index ab899f0..6fd1cbc 100644 --- a/Commands.md +++ b/Commands.md @@ -991,7 +991,13 @@ The above rebase `feature` branch on top of `master` branch ## git sync -Sync local branch with remote branch +Sync local branch with its remote branch + +```bash +$ git sync +``` + +Sync local branch with origin/master ```bash $ git sync origin master