#github
Read more stories on Hashnode
Articles with this tag
name: Deploy Laravel Application on: push: branches: [ "master" ] pull_request: branches: [ "master" ] jobs: deploy: runs-on: ubuntu-latest steps: -...
Step-by-Step Approach for Mandeep: Fetch and Rebase (Preferred): Mandeep can fetch the latest changes from the master branch and rebase her branch on...
To merge a specific commit from the demo branch (which is 7 commits ahead of master) into the mandeep branch and then push it to master, follow these...
If you've recently changed the SSH port on your server and are encountering connection timeout errors while trying to pull from GitHub, you're not...
git clean --force git fetch origin && git reset --hard origin/master