Skip to content

Instantly share code, notes, and snippets.

@brylor
Created August 4, 2014 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brylor/8fec7bc385fc522a8cd2 to your computer and use it in GitHub Desktop.
Save brylor/8fec7bc385fc522a8cd2 to your computer and use it in GitHub Desktop.
#!/bin/sh
cd /var/www/html/rtv2
git checkout master
git pull origin master
@thibaultcha
Copy link

#!/bin/sh
GIT_WORK_TREE=/var/www/html/rtv2 git checkout -f

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