Pl/FGAddon: Difference between revisions

Jump to navigation Jump to search
Line 872: Line 872:
Gdzie <code><username></code> to nazwa użytkownika infrastruktury, a <code><aircraft></code> to nazwa katalogu w repozytorium FGAddon. Obowiązuje to bez względu na to, czy masz uprawnienia do zatwierdzania.
Gdzie <code><username></code> to nazwa użytkownika infrastruktury, a <code><aircraft></code> to nazwa katalogu w repozytorium FGAddon. Obowiązuje to bez względu na to, czy masz uprawnienia do zatwierdzania.


Aby użyć nowego lokalnego repozytorium git, zobacz [[#Git-svn|instrukcje git-svn]] i [[#Braki git-svn|i jego braki]].
Aby użyć nowego lokalnego repozytorium git, zobacz [[#Git-svn|instrukcje git-svn]] i [[#Braki git-svn|jego braki]].


==== Upload to Sourceforge ====
==== Przesyłanie do Sourceforge ====


To share the local developments, the changes can be uploaded to a remote git repository on the SourceForge infrastructureFor this, a [[#Developer_git_repository|developer git repository]] should first be set up under your SourceForge profileThen add this as a remote:
Aby udostępnić lokalne zmiany, można je przesłać do zdalnego repozytorium git w infrastrukturze SourceForge.  W tym celu należy najpierw skonfigurować [[#Repozytorium_git_dla_deweloperów|repozytorium git]] w swoim profilu SourceForge.  Następnie dodać je jako zdalne:
{{#tag:syntaxhighlight|
{{#tag:syntaxhighlight|
{{sourceforge url|cmd=git remote add|opt=origin|protocol=ssh|login=<username>|user=<username>|type=git|repo=code-<aircraft>}}
{{sourceforge url|cmd=git remote add|opt=origin|protocol=ssh|login=<username>|user=<username>|type=git|repo=code-<aircraft>}}
Line 882: Line 882:
}}
}}


And send the master branch where developments are located with:
Następnie wyślij gałąź główną, w której znajdują się zmiany:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
git push --set-upstream origin master
git push --set-upstream origin master
</syntaxhighlight>
</syntaxhighlight>


The changes in the new repository will be visible via the web interface at {{#tag:span|{{#tag:tt|{{#tag:nowiki|{{sourceforge url|user=<username>|repo=code-<aircraft>|branch=master}}}}}}| style="color: blue"}}.
Zmiany w nowym repozytorium będą widoczne za pośrednictwem interfejsu internetowego pod adresem {{#tag:span|{{#tag:tt|{{#tag:nowiki|{{sourceforge url|user=<username>|repo=code-<aircraft>|branch=master}}}}}}| style="color: blue"}}.


=== Sending external git repository changes into FGAddon ===
=== Sending external git repository changes into FGAddon ===
1,361

edits

Navigation menu