Skip to content

Instantly share code, notes, and snippets.

@apacheli
Created April 26, 2022 03:53
Show Gist options
  • Save apacheli/5174fa952eebdc088674afb9df79b0b0 to your computer and use it in GitHub Desktop.
Save apacheli/5174fa952eebdc088674afb9df79b0b0 to your computer and use it in GitHub Desktop.
because apparently i'm too dumb and i forget
echo "# gerdjt" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin https://github.com/apacheli/gerdjt.git
git push -u origin master
@apacheli
Copy link
Author

please take a bath with your toaster @Bilal2453

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment