git how to edit vendor
# Go into the directory of the vendor package that you changed
cd vendor/<owner>/<package>
# Create a new git repository (composer does not check out the full git repo by default. Only a sparse copy)
git init
# Create a new branch for your local changes
git checkout -b branchname
# Commit changes
git add .
git commit -m "Commit message"
# Add the git remote, which contains the source code
git remote add origin ssh://git@<repo>.git
# Pull changes from remote (sync)
git pull origin master --allow-unrelated-histories
# Fix merge any conflicts
# then push your branch
git push --set-upstream origin branchname
# You can now create a Pull Request if you want
Also in C++:
- supervisord install ubuntu
- install apollo server
- install scratchpad jupyter notebook
- Please commit your changes or stash them before you merge
- install cherrypy
- uninstall lightdm
- unix get time
- how to overwrite file linux cli
- bison install ubuntu
- git remove unpushed commit
- for loop in shell script
- fix vscode font for terminal linux powerlevel10k
- install composer in dockerfile
- uninstall libxcb
- install npm packages on shared hosting
- react htaccess
- install airflow in mac
- grep line after match
- linux file size
- git undo commit
- bash check if string ends with slash
- how to install things with apt
- windows execute powershell script define user
- git add only c files