veg / hyphy-site

HyPhy Markdown Site
MIT License
0 stars 8 forks source link

css: header text #7

Closed mli24970 closed 7 years ago

mli24970 commented 7 years ago

restyling header text

mli24970 commented 7 years ago

Do I...

1. git pull the changes

  1. make the changes
  2. git commit
  3. and then git push origin?

On Thu, Dec 15, 2016 at 12:18 PM, Steven Weaver notifications@github.com wrote:

@stevenweaver commented on this pull request.

We might need to use actual git instead of uploading the files directly. I made edits to the css yesterday to fix image locations.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/veg/hyphy-site/pull/7#pullrequestreview-13176219, or mute the thread https://github.com/notifications/unsubscribe-auth/ATH61SSbI4uL6BkmvjQuXSUwf7wNmKrnks5rIXZ9gaJpZM4LOV5B .

stevenweaver commented 7 years ago

Before making changes, you should always git pull, but it's not a requirement.

The steps are:

If everything merges cleanly:

Then you go to github and submit a pull request.

Preferably, you would bundle up all of your commits and submit one single pull request with all of the fixes. So you would only go through these steps once maybe in a day or week. Not multiple times, unless, of course, there is a chaotic emergency.