Git Tutorial
Menu
Git and GitHub
Menu
Git Contribute
Menu
Git Advanced
Menu
Git Undo
Menu
Git Home
About GIT
- Git is a version control system.
- Git helps keep track of code changes.
- Git is used for collaborating on code
Example:
Let’s see the GIT commands:
[user@localhost] git –version
git version 2.30.2.windows.1
Users who are new can find it difficult to use the terminal view, using the terminal view can seem a bit complicated.
You can see commands (input) and output in the code above.
Lines like this are input commands:
Example:
[user@localhost] git –version
Lines like this are the output/response to our commands:
git version 2.30.2.windows.1
Lines with $ in front of it are input. These are the commands that can be copied and run in the terminal.