-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Chris Mendla edited this page Aug 12, 2017
·
1 revision
Digital Ocean - Working copy of the site. Not currently a git repo.
Github -
- Open the local copy of the repo (documents/RailsProjects/christopherg) on the laptop or desktop with git gui.
- Create a new local branch
- Open git-bash in christopherg. git-fetch . git rebase origin/master
- run Sync in aptana - Make sure the log etc folders are excluded (Right click on the folder, file transfer, cloak)
- Look at the sync results to see if they make sense.
- Make changes
- If you create files, you can add them to the git tracking in git-gui with a control-t
- Synch changes, run rake assets:precompile if required and sudo service unicorn restart (From the rails user)
- If the changes are good, stage, commit and push the branch
- Create a pull request and run a merge in Github.