News

Hi all, admin/dev here; just started playing with git, at this point i mostly always used a folder structure of scripts and VS projects. which has worked fine. but, want to start using git to ...
Seth Robertson's "Commit Often, Perfect Later, Publish Once: Git Best Practices" tackles the more tactical side of using Git, from "commit early and often" and writing useful commit messages to ...
Visual Studio Code now supports discovery for nested Git repositories and improves autoscrolling, among other features.
Will there be a need to move or rename a Git file while you refactor your code? If so, don't mix code changes with file changes. Move and rename Git files in a separate commit.