Troubleshooting
Troubleshooting
Wrong Branch (make sure you are in develop)
$ git branchGit is not up to date (pull)
$ git pull
$ git pull rebaseMerge Conflict
Go to files indicated in red and press accept incoming changes
File is not being renamed even though it is on VS Code
$ git mv old_file_name new_file_nameLast updated
Was this helpful?