News

Developers can use the git clean command to delete untracked files in a working tree and remove what they don't need from a local repository. Here is how to issue the command and some helpful tips ...
Jack Wallen shows how to use the .gitconfig file for global git configurations and a more efficient developer setup.
Developers can bring all the code from a remote Git-based repository to a local machine, or anywhere else. Follow along with these three easy steps with the git clone command to move code from one ...
Hosting your own code repository has many benefits, such as security and ease of use. Jack Wallen shows you how to deploy a local repository to your data center with Gogs.