Created
October 20, 2018 11:20
-
-
Save tjunussov/7a9b0c5be5ea29c4dca41b0b394443be 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
# Double Remote Repositories | |
git remote set-url --add --push origin [email protected]:tjunussov/uyi.dashboard.git | |
# Git Add,Commit,Push shourtcut | |
git acp "Message" | |
# Git ignore file update | |
git rm -r --cached . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment