Git Project Setup Tutorial - Part 1🚀

Опубликовано: 01 Январь 1970
на канале: Honey Kumar
186
12

#git, #project_setup, #version_control, #learning, #tutorial

This video will describe the working of git for project setup.
requirements - git installed into your system

Git commands.txt Data
git init - Initialize Git Repo in local system.
git branch - See branch current and used in your system.
git status - Track files.
git checkout -b branch_name - To create a new branch.
git add -A - to add file to git
git commit -m "commit message"
git push origin branch_name - To push code to git in a certain branch
git pull origin branch_name - To pull code from a git branch to local

In Part 2 we will discuss
git clone,
solving conflicts.
reverting commits.
using version control [git] using pycharm


На этой странице сайта вы можете посмотреть видео онлайн Git Project Setup Tutorial - Part 1🚀 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Honey Kumar 01 Январь 1970, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 186 раз и оно понравилось 12 зрителям. Приятного просмотра!