Skip to content

Instantly share code, notes, and snippets.

@aditiapratama
Created August 9, 2017 23:08
Show Gist options
  • Select an option

  • Save aditiapratama/a03c59477db7c8e0dd02e9e8f909dbce to your computer and use it in GitHub Desktop.

Select an option

Save aditiapratama/a03c59477db7c8e0dd02e9e8f909dbce to your computer and use it in GitHub Desktop.
Switching Release Beta Channel for Atom
cd ~/git/apps/atom
git fetch origin
git checkout master
git pull
git branch -D beta
git checkout -b beta origin/<release_beta_branch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment