Last active
November 22, 2018 14:58
-
-
Save ishideo/773218d87c245f5993640437b8577e18 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
cd C:\Users\username\Documents\my_project | |
git add . | |
git commit -m "%date:~0,4%-%date:~5,2%-%date:~8,2% updated" | |
git push | |
cmd.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment