[Qgis-community-team] git issues
Otto Dassau
dassau at gbd-consult.de
Sat Mar 16 06:59:26 PDT 2013
Am Fri, 15 Mar 2013 19:46:14 +0100
schrieb matteo <matteo.ghetta at gmail.com>:
> Ok guys,
> maybe I resolve the merge issues (thanks Diethard)
>
> Other problem: I added the file (git add -f file.po), I commit it (git
> commit -m "blablabla") and I try to push it on my repository (git push
> origin manual_en_v1.8). Nothings happens. When I get on my account on
> github I don't see the commit I sent.
>
> Sure I'm doing something wrong, but what?
If the po file does not already exist use:
git add /path/to/file.po
otherwise just do:
git commit /path/to/file.po -m 'comment'
git push
> Thanks and sorry I stress you so much...
>
> Matteo
Regards
Otto
More information about the Qgis-community-team
mailing list