Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg authored Jan 16, 2024
1 parent d79aee5 commit be13646
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,9 @@
- use git cherry-pick commit-hash (eg: e2276f5c01a7b2eb1623131664abbe4cb02bb52d)
- rebase from master to test-staging (all the commits are up to date and ahead commits are on top of it)
- we can cherry pick commit from production-master to master too

### Some useful git command

- git fetch (fetch the newly created branch in remote)
- git rebase (source branch) (we should apply it on the target branch. Eg: if need to rebase from master to staging, checkout staging branch and git rebase master.)
- git diff origin/branch name (check the commit difference b/w origin i.e remote branch and current branch i.e local branch)

0 comments on commit be13646

Please sign in to comment.