Repository files navigation
Hospital Human Resource Management System
remote shorthand name: origin
main branch: master
DO NOT push directly in master branch , always make a branch and then make a pull request/merge request
pull latest changes in github repository git pull origin master
make a branch git branch <branch name>
switch to newly created branch git switch <branch name>
make your changes coding
test changes
stage file changes git add .
commit changes in branch git commit -m "commit message"
push branch in github repository git push origin <branch name>
make a pull request
wait for approval
git init make a repository
git branch check created branches
git branch <branch name> create branch
git ranch -rm <branch name> remove branch
git switch <branch name> switch to a diffent branch
git status check file changes
git add . stage all file for commit
git commit -m "commit message" commit changes in branch
git pull origin master fetch latest version of master branch
git push origin <branch name> upload changes in a branch in github repository
NO DIRECT PUSHING IN MASTER BRANCH
About
Human Resource Management System especially designed for hospital settings.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.