Git
-
Software Development

Custom Git subcommands
Heavy users of Git often find themselves writing their own Git shortcuts or scripts which combine multiple Git commands for…
Read More » -
Software Development

Git Tutorial for Beginners
1. What is Git ? Git is a popular file versioning system used globally by numerous developers for their projects. It…
Read More » -
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 »
