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


Comments

Popular posts from this blog

ERR: error parsing query: found influx, expected SELECT, DELETE, SHOW, CREATE, DROP, EXPLAIN, GRANT, REVOKE, ALTER, SET, KILL at line

How to get Full URL or get absolute url In Django

How To Convert Html File/URL/String Into Image Using Python