Skip to content

Instantly share code, notes, and snippets.

@kerm1t
Created March 3, 2025 05:11
Show Gist options
  • Select an option

  • Save kerm1t/0ba6b14112cf40b41f0207e835983c72 to your computer and use it in GitHub Desktop.

Select an option

Save kerm1t/0ba6b14112cf40b41f0207e835983c72 to your computer and use it in GitHub Desktop.
github repo init
…or create a new repository on the command line
echo "# ecal_2ros" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/kerm1t/ecal_2ros.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin https://github.com/kerm1t/ecal_2ros.git
git branch -M main
git push -u origin main
@kerm1t
Copy link
Author

kerm1t commented Mar 3, 2025

yo!

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