alaurenz / metrobike

0 stars 1 forks source link

Broken build: Need to add the actual HuskySoft logo file itself to the repo (git add...) #9

Closed dutchscout closed 11 years ago

dutchscout commented 11 years ago

Comment

sw11 commented 11 years ago

issue: What I type: git commit -am "" git push origin master It adds my modified xml file and commit and then push it into the master. However, it didn't add the new files, which is the picture file itself. By solving this: git add git commit -m "" git push origin master

CoolCapri commented 11 years ago

Can you type

git add res/ git commit -m "add logo" git push origin master

to upload all files to this repo?

csmengwan commented 11 years ago

I fixed it

sw11 commented 11 years ago

It works now. Thanks