<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Git on Notities</title><link>https://d8224bcf.backup-website.pages.dev/en/tags/git/</link><description>Recent content in Git on Notities</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Jul 2026 22:38:58 +0200</lastBuildDate><atom:link href="https://d8224bcf.backup-website.pages.dev/en/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>Quick git commands to add a local repository in Visual Studio Code to GitHub</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2025-quick-git-commands-to-add-a-local-repository-in-visual-studio-code-to-github/</link><pubDate>Fri, 03 Jan 2025 22:23:19 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2025-quick-git-commands-to-add-a-local-repository-in-visual-studio-code-to-github/</guid><description>&lt;p&gt;T﻿ype in the terminal of Visual Studio Code&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;#﻿ git init&lt;br&gt;
#﻿ git add .&lt;br&gt;
#﻿ git commit -m &amp;ldquo;initial commit&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;C﻿reate a new repository on GitHub&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;#﻿ git remote add origin &amp;lt;the new .git URL&amp;gt;&lt;br&gt;
Example: #﻿ git remote add orign &lt;a href="https://github.com/martijnvandenboom/Java_tools.git"&gt;https://github.com/martijnvandenboom/Java_tools.git&lt;/a&gt;&lt;br&gt;
#﻿ git push -u origin main&lt;/p&gt;
&lt;/blockquote&gt;</description></item></channel></rss>