2016-12-12 14:57:27 0 Comments Git Boy.Lee

One Shell command run cd and git pull together

Use one line Shell command to run "cd" and "git pull" together
2019-11-29 10:12:14 0 Comments Git Boy.Lee

Git Demo: drop local change Force overwrite local file

In Git, sometime we need use the git data overwrite the local changes, this happens on online environment, this topic show how to do it
2016-10-17 10:48:01 0 Comments Git Boy.Lee

Git Demo: Remove file out version control

In Git, sometime we need remove one file out version control, we can use the follow commands
2016-06-01 11:49:01 0 Comments Git Boy.Lee

git clone command demo

clone version from github.com, gitlab.com