Git Code Push Command

September 5, 2021 0 Comments
1. First check git status
   - git status

Code Push Command.
  
- git add (add your change list file path)
  for E.g. :  git add app/code/AriyaInfoTech/Testmodule/registration.php

- git commit -m "addyourComanetHere"
  for E.g. git commit -m "ModuleRegfileadd"

- git branch (check your git branch)

- git push origin gitbranchname
   for E.g. : your branch name is staging use - git push origin staging

Leave A Comment

To Top