Pl/FGAddon: Difference between revisions

Jump to navigation Jump to search
Line 1,104: Line 1,104:
</syntaxhighlight>
</syntaxhighlight>


Then check what is to be sent:
Następnie sprawdź, co ma zostać wysłane:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
git log git-svn..HEAD
git log git-svn..HEAD
Line 1,110: Line 1,110:
</syntaxhighlight>
</syntaxhighlight>


Send the changes to FGAddon, send the git <code>fgaddon</code> branch changes to the remote git repository, and switch back to the master branch:
Wyślij zmiany do FGAddon, wyślij zmiany gałęzi git <code>fgaddon</code> do zdalnego repozytorium git i przełącz się z powrotem do gałęzi głównej:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
git svn dcommit
git svn dcommit
Line 1,117: Line 1,117:
</syntaxhighlight>
</syntaxhighlight>


Finally merge in the git svn commits with their new hashes from the <code>fgaddon</code> branch, and send it to the remote git repository:
Na koniec scal zatwierdzenia git svn z ich nowymi hashami z gałęzi <code>fgaddon</code> i wyślij je do zdalnego repozytorium git:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
git merge fgaddon
git merge fgaddon
1,361

edits

Navigation menu