Skip to content

Commit

Permalink
Uzupełnienie informacji o gałęziach w materiale Git
Browse files Browse the repository at this point in the history
  • Loading branch information
xinulsw committed Mar 4, 2017
1 parent ec26405 commit d7ed739
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Binary file added docs/tools/git/img/git_merge.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions docs/tools/git/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -569,13 +569,18 @@ wprowadzimy kilka zmian i zatwierdzimy je:
.. figure:: img/git_branch.jpg


Wrócimy teraz do gałęzi *master* i zmienimy kilka plików:
Załóżmy, że w gałęzi testy wprowadziliśmy wszystkie zaplanowane zmiany.
Wrócimy teraz do gałęzi *master* i scalimy je:


.. code-block:: bash
~/mojprojekt$ git checkout master
~/mojprojekt$ ls
~/mojprojekt$ git merge testy
.. figure:: img/git_merge.jpg


.. note::

Expand All @@ -584,8 +589,6 @@ Wrócimy teraz do gałęzi *master* i zmienimy kilka plików:
plik :file:`text.txt`.


[todo]

Materiały
=========

Expand Down

0 comments on commit d7ed739

Please sign in to comment.