Skip to content

AFERKEL/git-flow-practice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

git-flow-practice

Task

GFP-000: fork and create a github repo; config for branch protection and add editor; create a stage branch from main
assignee: Admin

GFP-001: add game bank feature
assignee: Editor

GFP-002: add game logic feature
assignee: Admin

GFP-003: update main file and test in local
assignee: Editor

GFP-004: update README file
assignee: Admin

GFP-005: release to prod
assignee: Editor

Git command

git clone <url>
git status
git checkout
git checkout -b
git branch -d
git add .
git add <path>
git commit -m <message>
git pull origin
git push origin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%