filmov
tv
Git and GitHub Beginner Tutorial 2 - Getting started - Install Git (mac)

Показать описание
Today we will learn
1. How to download and install git
2. Signup and create account on GitHub
3. Add a project/folder/file to git
4. Track and commit changes
5. Add the repository to GitHub
______________________________________
Step 1 - Check if git is already installed: 0:32
Step 2 - Download and install git: 1:52
Step 3 - Signup and create an account on GitHub: 3:40
Step 4 - Add your GitHub email and username to git: 4:50
Step 5 - Add file/folders to git - tracking: 6:44
Step 6 - Commands: 8:43
Step 1 : Check if git is already installed.
terminal - git --version
Step 2 : Download and install git
Step 3 : Signup and create a account on GitHub
Step 4 : Add your github email and username to git
Step 5 : Add file/folders to git - tracking
Step 6 : Commands
- terminal - goto the location of the folder/project
- git init
- git status
- git add
- git commit -m “…..”
- git remote add origin “location of remote repo”
- git push -u origin master
- git log
- git --help
________ ONLINE COURSES TO LEARN ________
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ JAVA ------------
------------ MAVEN ------------
------------ OTHERS ------------
------------ Follow ------------
You can support my mission for education by sharing this knowledge and helping as many people as you can.
1. How to download and install git
2. Signup and create account on GitHub
3. Add a project/folder/file to git
4. Track and commit changes
5. Add the repository to GitHub
______________________________________
Step 1 - Check if git is already installed: 0:32
Step 2 - Download and install git: 1:52
Step 3 - Signup and create an account on GitHub: 3:40
Step 4 - Add your GitHub email and username to git: 4:50
Step 5 - Add file/folders to git - tracking: 6:44
Step 6 - Commands: 8:43
Step 1 : Check if git is already installed.
terminal - git --version
Step 2 : Download and install git
Step 3 : Signup and create a account on GitHub
Step 4 : Add your github email and username to git
Step 5 : Add file/folders to git - tracking
Step 6 : Commands
- terminal - goto the location of the folder/project
- git init
- git status
- git add
- git commit -m “…..”
- git remote add origin “location of remote repo”
- git push -u origin master
- git log
- git --help
________ ONLINE COURSES TO LEARN ________
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ JAVA ------------
------------ MAVEN ------------
------------ OTHERS ------------
------------ Follow ------------
You can support my mission for education by sharing this knowledge and helping as many people as you can.
Комментарии