Advertisement
Guest User

Untitled

a guest
Apr 28th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. echo "FILE_NAME" >> .gitignore
  2. git rm --cached FILE_NAME
  3. git add -u
  4. git commit -m "removing files from version control"
  5.  
  6. git pull
  7. git push
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement