Last active
October 11, 2015 11:34
-
-
Save kemalkanok/68eec19ba911d0cd3740 to your computer and use it in GitHub Desktop.
Git eğitimi kodlar part 1
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 clone ...git {folder} | |
cd folder | |
git pull | |
git status | |
git add -A | |
git commit -m '{message}' | |
git push origin {branch:master} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment