News

Developer tools provider Atlassian has released a free client that will allow programmers to access Git distributed revision control systems (DVCS) from Windows computers. “There is a big emergence of ...
This might interest some of you. The company that makes SourceTree has been taken over, and for a while they are offering licenses for free. SourceTree is frequently recommended on Stack Overflow, has ...
Don’t worry, you can easily create a new Git branch without losing your local changes. Just use Git’s switch or checkout commands, and your new branch will be created with all of your current changes ...