-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpull_request.txt
29 lines (29 loc) · 2.88 KB
/
pull_request.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pull request | It is a proposal of the potential changes
---------------------------------------------------------------------------------------------------------------------
Pull request | It is done for a specific branch after checkout of the branch
---------------------------------------------------------------------------------------------------------------------
pull request != git pull
---------------------------------------------------------------------------------------------------------------------
git commit --amend --author="Sandeepgithubber <[email protected]>"
Change the author of commits
---------------------------------------------------------------------------------------------------------------------
Once a branch has been merged to master, then the feature-branch can be deleted.
---------------------------------------------------------------------------------------------------------------------
Protected Branch | Such branches which require at least 1 approver before commiting the changes.
---------------------------------------------------------------------------------------------------------------------
Issues | Comments from different collaborators. It describes about different issues/bug/improvement
---------------------------------------------------------------------------------------------------------------------
On an issue "Assignee" , "Label" can be added
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------