Skip to content

Instantly share code, notes, and snippets.

@chrisfalter
Created April 19, 2022 06:22
Show Gist options
  • Save chrisfalter/56b59cb51c16ad33bf8645b2fb518d03 to your computer and use it in GitHub Desktop.
Save chrisfalter/56b59cb51c16ad33bf8645b2fb518d03 to your computer and use it in GitHub Desktop.
Start working locally with a git repo
$ cd ~/code # or wherever you work on code
~/code $ gcloud source repos clone my_repo
~/code $ cd my_repo
~/code/my_repo $ git checkout -B dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment