Skip to content

Instantly share code, notes, and snippets.

@kemalkanok
Last active October 11, 2015 11:34
Show Gist options
  • Save kemalkanok/68eec19ba911d0cd3740 to your computer and use it in GitHub Desktop.
Save kemalkanok/68eec19ba911d0cd3740 to your computer and use it in GitHub Desktop.
Git eğitimi kodlar part 1
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