In this section you will learn how to use source control management (SCM) systems like git or subversion.
Source control management
Great! You want to learn more about source control systems like subversion or git? We can say for sure, you are already on the right page to learn more about version control systems.
Go on reading to learn more or to improve your knowledge and skills for the SCMs git and subversion.
Why do you need a SCM?
As a fully new person to SCM you will ask why it has to be made so complicated to submit sources. Go on reading to widen your personal context about software engineering.
Learning git
As a git user you will quickly need additional steps to handle properly bad cases during usage in a team.
Push code into two remote git repositories
We have configured a project in IntelliJ as well as a remote Git repository, where we maintain the project – we…
How to change remote git repository
In this article we’ll follow simple steps to change a remote Git repository using the command line.
Git Beginner Tutorial
So you want to learn about Git. Awesome but if you still have second-thoughts here are 3 reasons why you…
How to git revert a commit
Accidentally you (or a colleague) have committed and pushed a bad commit, which corrupts everything on the branch. Now you are…
Learning subversion
As a subversion user you will quickly need additional steps to handle properly bad cases during usage in a team.