Simple Basic Git Commands for Beginners

Git for Beginners

2024-03-07 11:40:57

When starting to work with the Git program, it is assumed that the user already has an account on GitHub and an empty project for downloading a version to the project page, as well as a link to a third-party project for downloading.

1

git -v

2

git config --global user.name "My Name"
git config --global user.email myemail@gmail.com

3

cd YourFolder
git init

4

git remote add origin https://github.com/MyRep/project1

5

git clone https://github.com/MyRep/project1

6

git status

7

git add yourFolder/yourFile.php
git add .

8

 
git commit
git  commit –m “The information about current version of project”

9

git log
git log -n 3 

10

git checkout ec1924gg2f537224d70e4c14c49a

11

git push origin master

12

git pull origin master
The steps described above allow you to save and work with all versions of the project. This is very convenient; if an error is detected in some branch, the project will use the working version until everything is correct.
The richest people on the planet are billionaires Differences in the thinking of millionaires and billionaires - basic qualities___ How many millionaires in the world in 2023 Growth and decline in the number of millionaires in the world from 2021 to 2023___ Simple PowerShell commands for working with files Basic PowerShell Commands Every PHP Developer Should Know___ Creating a table in a Laravel database How to create or drop a table when working with the Laravel framework?___ Firewall check disabled How can I check if my firewall is still running after I turn it off?___ Find out the port status One line will display the port status in the terminal___ Opening ports using a terminal Windous command line will help you open the port___ Firewall open port Disable port blocking in the firewall program window___ Learn about open and closed ports What ports are used? Find out on Windows10 via command line___ Composer program installation Composer download – what is needed to run the program___
Merging Laravel Vite Sass Tailwind Average earnings of a Java programmer in Germany – expectations and reality Pokemon Go profit Laravel 10 + Vite connecting to Sass Tailwind-4 _ The richest people on the planet are billionaires Java for the Pokemon Go application and profit from the game+0 _ Git for Beginners Programmer's income in 2023 in Barcelona - overview of Spain+1 _ Java Salary A realistic view of Shutterstock income for young creators+2 _ Shutterstock earnings German citizenship – new rules simplify the procedure for a programmer
Changing the interface language in the free version of the Cakewalk music editor___ Simple HTML code for embedding a YouTube video___ What does the Economist magazine cover in 2025 encrypt?___ Russian programmers left the country en masse in 2022-2023___ Three visas that will allow a programmer to come to the USA for work___