From a42973b71316f07c2e8e1324ecd71895bec3a50b Mon Sep 17 00:00:00 2001 From: Junwei Zhao Date: Mon, 12 Feb 2018 14:00:13 +1100 Subject: [PATCH] Add git move command --- categories/devops.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/categories/devops.md b/categories/devops.md index 43f0094..220578b 100644 --- a/categories/devops.md +++ b/categories/devops.md @@ -149,6 +149,9 @@ - add a remote repo - branch - list all the branchs + - mv Rename/move files and folder with git history records + + e.g. git mv -k ./a/b ./c/d option `k` would avoid the "can not move directory into itself" error. - oh-my-zsh - IDE/tools - Intellij