Yes, if you are asked to create a feature branch, do that. If you already have code in your IDE, you may have the main branch. Creating a branch, you’ll create a copy of the code separate from the main branch, then make your commits to that feature branch.
Related Posts:
- Git: How do I force “git pull” to overwrite local files?
- Differences between git pull origin master & git pull origin/master
- How do I rename a local Git branch?
- How do I discard unstaged changes in Git?
- Git: How to squash all commits on branch
- Undo git pull, how to bring repos to old state
- Undo git pull, how to bring repos to old state
- Best way to version control WordPress template files?
- Versioning and your WordPress site?
- Is it better to create a Git repository at the root level or in the WordPress theme directory?
- How to make changes on WordPress site locally on live site?
- How to change version numbers in themes from Official repository?
- Checking for a new version from WP Repos
- When developing entire sites for clients, is it viable to version control the entire site? [duplicate]
- What is the best way to setup WordPress for version control and PhpStorm while allowing updates
- WordPress project under Mercurial, what’s an appropriate .hgignore file?
- WordPress and Git: How does Git interact with your IDE? [closed]
- WP says “This site appears to be under version control” but I dont have version control
- Modify wp_check_post_lock to include the current user (prevent edit of the same page in multiple tabs)
- How do I delete a Git branch locally and remotely?
- How do I delete a Git branch locally and remotely?
- How do I rename a local Git branch?
- How do I undo the most recent local commits in Git?
- How can I switch to another branch in git?
- How do I discard unstaged changes in Git?
- Git: How do I force “git pull” to overwrite local files?
- Download single files from GitHub
- How can I make git accept a self signed certificate?
- C++ IDE for Macs
- How can I revert multiple Git commits (already pushed) to a published repository?
- What is an “internal error” and how do I fix it?
- What does “Git push non-fast-forward updates were rejected” mean?
- What is the difference between ‘git pull’ and ‘git fetch’?
- Git: cannot do a partial commit during a merge (SourceTree)
- Git: How do I force “git pull” to overwrite local files?
- What is the meaning of git reset –hard origin/master?
- How can I reset or revert a file to a specific revision?
- Else clause on Python while statement
- Delete all local git branches
- Why does ‘git commit’ not save my changes?
- C++ IDE with repl?
- Unresolved reference issue in PyCharm
- How can I undo git reset –hard HEAD~1?
- Set up git to pull and push all branches
- git push to specific branch
- Difference between WebStorm and PHPStorm
- Get changes from master into branch in Git
- IDE for OCaml language
- Anyone know how to solve the error of “collect2.exe: error: ld returned 1 exit status” when a program in C is running?
- Invalid VCS root mapping – 3 errors on my project
- Updates were rejected because the remote contains work that you do not have locally
- how to reset develop branch to master
- Do I commit the package-lock.json file created by npm 5?
- What’s a good IDE for Erlang programming?
- Rebasing remote branches in Git
- How to clear gradle cache?
- eclipse for chrome?
- How can I see the changes in a Git commit?
- Does Notepad++ show all hidden characters?
- What is the Git equivalent for revision number?
- How can I delete all Git branches which have been merged?
- difference between git merge origin/master and git pull
- How do I autoindent in Netbeans?
- Re-enable “component tree” in Android Studio
- Scheme IDE for Windows
- Professional VHDL IDE?
- What’s a good (free) visual merge tool for Git? (on windows)
- Best practice for versioning wp-config.php?
- Dev, Stage and Production Deployment for WordPress Sites?
- Getting Started with Subversion, Git, or similar Version Control System to keep a History of my Files? [closed]
- How can I keep the content of my pages version controlled?
- Solution for database version control and deployment?
- How do I add version control to my workflow?
- Any guides on using WP SVN with IDE clients? [closed]
- Version Control: Entire site or just pieces?
- Should I use SVN or Git?
- How to get vim to autocomplete WordPress API functions?
- Any way to create a revision of a post ONLY with a new button in the Meta Box?
- Aptana: WordPress Code Hinting
- WordPress Health Tool reporting version control as a critical issue
- Subversion, github, etc.. version control systems/repositories
- Using source control with WordPress
- Documentation for IDE’s
- WP plugin management
- WordPress Workflow – version control, deployment = database issue
- What is the best way to setup wordpress development environment for freelancers with version control?
- storing database in version control
- How do I get Version of all active plugins programmatically?
- Setting up SVN for teamwork on WordPress custom theme development
- Switching from editing on directly on remote server to PHPstorm local development?
- Using Subversion to deploy WordPress
- How do you manage your theme versions when privately distributing?
- Pull latest stable release via git [closed]
- Is there a way to enforce the type of an object returned by a function that could return anything?
- Plugin updates, version dependencies, and backwards compatibility
- How do I implement a .diff changeset from core.trac.wordpress.org locally?
- How to make my plugin able to be updated from admin panel?
- Manage base theme with version control?
- PHPUnit Plugin Integration Tests: Getting wordpress-tests-lib PHP into IDE (VS Code)
- How should I be handling my theme version numbering?