UofTCoders / council

All council files, such as from meeting minutes, treasury files and receipts, documentation, etc.
2 stars 10 forks source link

Tims card receipts and form (round 2) #279

Closed mbonsma closed 5 years ago

nsahin commented 5 years ago

I did git pull but still can't see these files locally.

QuLogic commented 5 years ago

This branch is on @mbonsma's fork, so you won't see it with a pull. To get the branch from a PR, you can do (assuming your remote is named upstream):

git fetch upstream pull/279/head:name-to-use-locally
git checkout name-to-use-locally

Ping me in the gitter room if this does not work.

nsahin commented 5 years ago

Thank you @QuLogic !