Skip to content

Instantly share code, notes, and snippets.

View dylansosa's full-sized avatar
🤠
Vibing

Dylan dylansosa

🤠
Vibing
  • University of Chicago
  • Chicago
View GitHub Profile
@dylansosa
dylansosa / Setting_upa_new_repo.md
Created February 25, 2022 17:30 — forked from alexpchin/Setting_upa_new_repo.md
Create a new repository on the command line

Setting up a new Git Repo

##Create a new repository on the command line

touch README.md
git init
git add README.md
git commit -m "first commit"

git remote add origin git@github.com:alexpchin/.git

tmux cheatsheet

As configured in my dotfiles.

start new:

tmux

start new with session name: