Merge remote-tracking branch 'refs/remotes/privacytoolsIO/master' #228

Closed
LizMcIntyre wants to merge 1 commits from master into master
LizMcIntyre commented 2017-06-06 02:59:26 +00:00 (Migrated from github.com)

Changed color of Bitcoin "Accepted" for StartMail from blue to green.

Changed color of Bitcoin "Accepted" for StartMail from blue to green.
Nightfirecat commented 2017-06-06 03:09:27 +00:00 (Migrated from github.com)

It looks like you've lost your actual changes when trying to do a local merge...

I'd advise re-attempting your changes as follows:

git checkout master
git pull # update with latest changes
git checkout -b startmail-bitcoin-color-change # create a fresh branch to work on
# make your changes
git add index.html
git commit
git push

Once you're done with that, you can open your PR from that startmail-bitcoin-color-change branch.

It looks like [you've lost your actual changes](https://github.com/privacytoolsIO/privacytools.io/pull/228/files) when trying to do a local merge... I'd advise re-attempting your changes as follows: ``` git checkout master git pull # update with latest changes git checkout -b startmail-bitcoin-color-change # create a fresh branch to work on # make your changes git add index.html git commit git push ``` Once you're done with that, you can open your PR from that `startmail-bitcoin-color-change` branch.
LizMcIntyre commented 2017-06-06 03:29:04 +00:00 (Migrated from github.com)

Thanks. I'll try again.

Thanks. I'll try again.
LizMcIntyre commented 2017-06-06 04:10:32 +00:00 (Migrated from github.com)

See pull request #229. This replaces failed pull request #228.

See pull request #229. This replaces failed pull request #228.
Nightfirecat commented 2017-06-06 04:25:00 +00:00 (Migrated from github.com)

Looks good! You should be safe to close this PR now.

Looks good! You should be safe to close this PR now.
LizMcIntyre commented 2017-06-06 04:53:22 +00:00 (Migrated from github.com)

Thanks!

Thanks!
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: privacyguides/privacytools.io#228
No description provided.