6 Ağustos 2015 Perşembe
git commit
$git status
On branch master
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: category-application.log
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
$git add <filename>
$git commit -a -m "aciklama bilgisi"
master 0f8b9fe] application log updated
1 files changed, 1 insertions(+), 1 deletions(-)
$git push origin master
Counting objects: 5, done.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 338 bytes, done.
Total 3 (delta 1), reused 0 (delta 0)
Kaydol:
Kayıt Yorumları (Atom)
Hiç yorum yok:
Yorum Gönder