Skip to content
Snippets Groups Projects
Unverified Commit 6bc8247e authored by Grzegorz Bokota's avatar Grzegorz Bokota
Browse files

initial commit

parents
Branches master
No related tags found
No related merge requests found
********************
Merge/Pull Request
********************
Merge/Pull request is methodology of merging changes from another branch.
It needs support from git server and allows for discuss about changes.
https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html
https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-request89s
Exercises
*********
Exercise 1
##########
Create own copy of these repository. Create Merge Request from branch ``branch-1`` to branch ``master``
Exercise 2
##########
Create own copy of these repository. Create Merge Request from branch ``branch-2`` to branch ``branch-3``
Exercise 3*
###########
Get in pairs. Create *Merge Request* to partner repository (may use ``branch-4``). Comment changes in code.
\ No newline at end of file
def function1():
print("call of function 1")
def function2():
print("call of function 2")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment