Skip to content

Instantly share code, notes, and snippets.

View Rohitesh-Kumar-Jain's full-sized avatar
🌍
Learning and contributing -> globally

Rohitesh Kumar Jain Rohitesh-Kumar-Jain

🌍
Learning and contributing -> globally
View GitHub Profile
@Rohitesh-Kumar-Jain
Rohitesh-Kumar-Jain / GitHubWorkflow.md
Created June 13, 2021 15:16
Github Work Flow for woking on two features simultaneously

Working on two features simultaneously

git switch master

git switch -c feature1

// either commit or stash changes 

// If I want to commit changes later but need to work on feature2.