Git - Clone, add, pull, commit, push

Published: 16 October 2021
on channel: 7Infopedia
46,216
like

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


Watch video Git - Clone, add, pull, commit, push online without registration, duration hours minute second in high quality. This video was added by user 7Infopedia 16 October 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 46,216 once and liked it like people.