Skip to content

Instantly share code, notes, and snippets.

@lyoshenka
Last active August 29, 2015 13:55
Show Gist options
  • Save lyoshenka/8738507 to your computer and use it in GitHub Desktop.
Save lyoshenka/8738507 to your computer and use it in GitHub Desktop.
Git for marge
  1. ssh -t [email protected] "cd topscore; bash" - connect to server

  2. git fetch && git merge origin/master - get latest changes

  3. git add -A && git commit -m "message goes here" - commit changes

  4. git push - push changes

  5. ./symfony fs:snapshot s3 - load the latest database snapshot

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