Introduction to Git and GitHub Ppt
Introduction to Git and GitHub Ppt
$ pwd
Prints the full name (the full path) of
current/working directory
Changes the working directory to Desktop.
$ cd Desktop
Use this to navigate around CLI
Branching
Git Commands
List your branches
$ git branch
Btech-FY
Some More Git Commands
Add a remote repo link
$ git remote add origin [link]
05 06 07 08
Commit your changes Create a Pull Request Listen to Review and Hurray! 🥳 The PR got
do changes if needed accepted
It's Quizin Time
Thank You!