<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>quick on Notities</title><link>https://www.vandenboom.icu/en/tags/quick/</link><description>Recent content in quick on Notities</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Fri, 03 Jan 2025 22:23:19 +0000</lastBuildDate><atom:link href="https://www.vandenboom.icu/en/tags/quick/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://www.vandenboom.icu/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://www.vandenboom.icu/en/blog/2025-quick-git-commands-to-add-a-local-repository-in-visual-studio-code-to-github/</guid><description>T﻿ype in the terminal of Visual Studio Code
#﻿ git init
#﻿ git add .
#﻿ git commit -m &amp;ldquo;initial commit&amp;rdquo;
C﻿reate a new repository on GitHub
#﻿ git remote add origin &amp;lt;the new .git URL&amp;gt;
Example: #﻿ git remote add orign https://github.com/martijnvandenboom/Java_tools.git
#﻿ git push -u origin main</description></item></channel></rss>