Back Git

Add, Move or Remove Any Files in Git

WRITTEN BY ON 04 Mar 2014
6,040 VIEWS • SHARES
0 comments

Add, move or remove any files in Git. You can also recursively add/remove whole directories and so on.

git add file 
git rm file 
git mv file
Join the discussion

Comments will be moderated and rel="nofollow" will be added to all links. You can wrap your coding with [code][/code] to make use of built-in syntax highlighter.