Created
November 2, 2017 17:22
-
-
Save pykong/8ab9321c2a9115c0bd2eb4e9147dd7bb 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
git add * | |
git status -s | |
git commit -m "YOUR COMMIT MESSAGE" | |
git push origin feature_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment