Tag Archives: git

Git: Back to the Basics

Sample ~/.gitconfig file: What it does: it sets VS Code as the diff and merge tool. The commands under alias are useful for visualizing merge history. see this, this, this. Understand merging and branching git merge is used to merge … Continue reading

Posted in Computers, Software | Tagged | Leave a comment

Git Notes

Set default editor: git init initilaizes empty repository..gitignore file contains folders and paths that Git will ignore. Example: To stage and commit your changes: To see your config settings: If you modify a file after you run git add, you … Continue reading

Posted in Software | Tagged | Leave a comment