-
-
Save skomarfaruque/9b1e645ee904d3a21614e023a572aa2d to your computer and use it in GitHub Desktop.
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
Delete local branch | |
git branch -d local_branch | |
Delete remote branch | |
git push origin --delete remote_branch | |
change git url | |
git remote set-url origin git://new.url.here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
remove a file from PR
git checkout staging -- validate_model.py
git comit and push