[Git] Git Command
[Git] Git Command 
Related Posts:
[GIT] How to git push multi repository Method 1: Syntax : git config alias.pushall '!f() { git push <remote-name> $1 && git push <remote-name> $1; }; f' Example : gi… Read More
[Github] update the lastest commit of submodule Update the lastest commit of submodule cd framework git checkout master git pull git submodule update --init --recursive add git alias for update the … Read More
[git] git clone –mirror && git clone –bare Method A : git clone –mirror Method B : git clone –bare Method A : git clone –mirror to local Go to another folder, git clone form local repositor… Read More
[Git] How to use tag Add new tag git tag -a <tag_name> Upload to remote server git push origin <tag_name> Remove tag from remote server git push origin :r… Read More
[vim] How to add submodule into subfolderMethod: git submodule add <webpage> <path/folder>git submodule add https://github.com/DavidPu/vimscript-taglilst.git bundle/vimscript-tagl… Read More
0 意見:
張貼留言