-
-
Save sivadass/2fa7e33a5d0b77413b58f2db0698473f to your computer and use it in GitHub Desktop.
Git Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Remove a file | |
git rm file-name.ext | |
git commit -m "remove file-name.ext" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment