<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Git :: Dimitar's CBA Blog</title><link>https://dimitar.pages.cba.mit.edu/blog/tools/git/index.html</link><description>TL;DR git clone &lt;url> git add . git commit -m "make changes" git pull git push Introduction Git is truly fantastic software, and potentially my all-time favorite tool. It simultaneously solves two problems: version control and collaboration. I use it for all kinds of things. As a rule of thumb, every time I create a file that I may some day want to edit, I make sure it’s under Git control, even if it’s entirely local.</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://dimitar.pages.cba.mit.edu/blog/tools/git/index.xml" rel="self" type="application/rss+xml"/></channel></rss>