Changeset 1898cc8 for docs


Ignore:
Timestamp:
Apr 10, 2012, 7:38:08 PM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
f37bfb1
Parents:
a7d30ef
git-author:
Alex Dehnert <adehnert@…> (04/10/12 19:38:08)
git-committer:
Alex Dehnert <adehnert@…> (04/10/12 19:38:08)
Message:

Fix the push command

I changed my git config such that the branch needs to be mentioned explicitly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/deploy.txt

    rc4255b2 r1898cc8  
    99* run locally:
    1010    git checkout stable; git merge master; git checkout master
    11     git push
     11    git push origin master stable
    1212* run on server
    1313    git pull --ff-only
Note: See TracChangeset for help on using the changeset viewer.