Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. git commit -m "commit all pending changes"
  2. git rm -r --cached .
  3. git add .
  4. git commit -m ".gitignore is now working"
  5. git push origin master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement