how to push code on github
git stash - Saved working directory
git stash pop - get Back Saved working directory
git checkout -b refactor/venkat_TraineeAttendanceReportView ( to Create new Branch)
git status ( To check that stutus)
git add -u
git commit -m "msg"
git push origin refactor/venkat_TraineeAttendanceReportView
git stash pop - get Back Saved working directory
git checkout -b refactor/venkat_TraineeAttendanceReportView ( to Create new Branch)
git status ( To check that stutus)
git add -u
git commit -m "msg"
git push origin refactor/venkat_TraineeAttendanceReportView
Comments
Post a Comment