Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

delete file on git

$ git rm <file>

$ git commit -m "Deleted the file from the git repository"

$ git push
Source by devconnected.com #
 
PREVIOUS NEXT
Tagged: #delete #file #git
ADD COMMENT
Topic
Name
5+5 =