17 Ekim 2017 Salı

Git basic command.

add files to stage

git add -A stages all;

git add . stages new and modified, without deleted;

git add -u stages modified and deleted, without new.

 

git commit code

git commit -m "message"

git push code

git push

git push master

git push origin dev:master

git swicth branch

git checkout dev

git get last changed from any branch

git pull

 

Hiç yorum yok:

JavaScript

JavaScript Nedir?    JavaScript web tabanlı bir programlama dilidir. Mayıs 1995 yılında Brendan Eich tarafından tasarlanmıştır. Kullanıcı et...