Info2180 Tutorial 2
Info2180 Tutorial 2
In this tutorial you will discuss the basics of using the command line and
Git.
Command line/Terminal
To learn more about the command line, read and go through some of the
commands in the following links:
• https://news.codecademy.com/getting-comfortable-in-terminal-linux/
• https://www.codecademy.com/articles/command-line-commands
Git
As you go through this course you will be using Git and Github with your
programming projects. This will give you good practice not just for this
course but also for when you go out into the working world as many
organizations are using version control for source code management.
Go through the following Git Tutorial to learn the basics of using Git:
• Git Handbook: https://guides.github.com/introduction/git-handbook/
Discussion Questions
At the end of this tutorial you should know the following Git commands:
• git init
• git status
• git add
• git commit m
• git log
• git checkout
• git reset
• git branch
• git merge
• git remote
• git pull
• git push
-