Git - Clone, add, pull, commit, push

Описание к видео Git - Clone, add, pull, commit, push

Clone
======
git clone https://gitlab.com/pramodkrjsr/test-p...

list file status
=================
git diff --name-status

To pull latest code from master repo
====================================
git pull

To add modified and new files
==============================
git add .

To commit changes to local repo
================================
git commit -m "my comment"

To push local commit to remote repo
===================================
git push

Комментарии

Информация по комментариям в разработке