unable to push
Open
- Dominant language
- PHP
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
$result = $repo->git("commit -m firstCommit"); - This command is working fine.
But when I have push my changes in to remote repository by using following method, I won't get any response. I don't know where I went wrong..
$result = $repo->git("push --all"); - Is this correct way to push changes??
Thanks in advance.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.