Giter Site home page Giter Site logo

Comments (2)

jaykay12 avatar jaykay12 commented on August 18, 2024

master - production+ some-under-development-work + hot-fix-work

$ git checkout production
Switched to branch 'production'

$ git pull origin production
From https://github.com/jaykay12/Auth-API
 * branch            production -> FETCH_HEAD
Updating bd7f207..d56b5f6
Fast-forward
 helper-guide.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

$ git checkout -b hotfix
Switched to a new branch 'hotfix'

$ git cherry-pick -x 6650508
[hotfix f57a067] Unified bash file for running api for stage and dev
 Date: Sat May 9 18:13:53 2020 +0530
 3 files changed, 10 insertions(+), 9 deletions(-)
 delete mode 100644 service/start-dev.sh
 delete mode 100644 service/start-stage.sh
 create mode 100644 service/start.sh

$ git push origin hotfix
Enumerating objects: 6, done.
Counting objects: 100% (6/6), done.
Delta compression using up to 4 threads
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 556 bytes | 556.00 KiB/s, done.
Total 4 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2), completed with 2 local objects.
remote: 
remote: Create a pull request for 'hotfix' on GitHub by visiting:
remote:      https://github.com/jaykay12/Auth-API/pull/new/hotfix
remote: 
To https://github.com/jaykay12/Auth-API.git
 * [new branch]      hotfix -> hotfix

Finally open a PR from hotfix to production.

from auth-api.

jaykay12 avatar jaykay12 commented on August 18, 2024

Closed by #25

from auth-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.