git commit is transferred to the local .git directory, git push is transferred to the remote branch (default master), pull download 1. git commit first 2. pull (change if there is a conflict) 3. push seems to use egit Plug-in, simple and convenient. . .
I recommend that newcomers first use visual tools to operate, or use visual tools to compare and type commands. The principle of git is not that intuitive. It is better for newcomers to have a reference process to understand. If there is a deviation in understanding but there is no problem in execution, bigger problems may arise later.
Recommended TortoiseGit
Please check the documentation yourself for this kind of problem. If you don’t understand the principles of git, just use the visualization tool
Currently you need this: http://rogerdudler.github.io/...
If you encounter conflicts or something, you need this: http://www.liaoxuefeng.com/wi...
git commit is transferred to the local .git directory, git push is transferred to the remote branch (default master), pull download
1. git commit first
2. pull (change if there is a conflict)
3. push
seems to use egit Plug-in, simple and convenient. . .
I recommend that newcomers first use visual tools to operate, or use visual tools to compare and type commands.
The principle of git is not that intuitive. It is better for newcomers to have a reference process to understand. If there is a deviation in understanding but there is no problem in execution, bigger problems may arise later.
Seriously, for problems that can be searched online, please ask Du Niang. If you can’t solve the problem, come to SF again
Liao Xuefeng’s git tutorial
Are you still asking this? ?
Who still uses commands? Nowadays they all use graphical interfaces. You're wasting your time.