Git
-
Software Development
Git version control with Eclipse (EGit) Tutorial
1. What is EGit ? GIT is a popular versioning system used widely across the software development sector. Despite being…
Read More » -
Software Development
Pimp My Git – Generate Content for .gitignore From the Scratch
When I start a new Git repository, I lose a lot of time to set up my .gitignore file and…
Read More » -
Software Development
Access Git repositories with Java using SSH keys
For some use-cases you might access a git repository from a Java application. JGit offers a helpful integration with builder…
Read More » -
Software Development
How to create new Git Repository and host it in Bitbucket
What is Git ? While working in a team which involves multiple developers,it is very much necessary to use a…
Read More » -
Software Development
Pimp my Git – Manage Different Git Identities
I usually work on different Git projects that need different Git identities. My work flow for new repositories was Clone…
Read More » -
Software Development
Pimp My Git – Git Mergetool
I like to work with git on the command line. But in some cases I prefer UI support. For example,…
Read More » -
Software Development
Authenticating with JGit
JGit is a lightweight, pure Java library implementing the Git version control system. You can do a lot of operations…
Read More » -
Software Development
Git Tutorial – The Ultimate Guide (PDF Download)
Git is, without any doubt, the most popular version control system. Ironically, there are other version control systems easier to…
Read More » -
Software Development
The Hitchhikers Guide to GitHub: 13 Java Projects You Should Try
We’ve gathered some practical and simply cool Java repositories on GitHub There are a lot of repositories on GitHub. Some…
Read More »