harshiiiz / ex1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ex1

Create a project on local
Make it a git repository
Set repository config
Add gitignore
Make first commit
Push
Create a branch feature
Make a change
Make a commit
Push the branch
Make another branch from master named rebase-branch
Change a file in this branch
Commit and push
Go to feature branch
Rebase rebase-branch in feature
Go to rebase-branch
Merge feature branch in it

About