We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git clone https://github.com/<username>/prometeo-23-app.git
git remote set-url origin https://github.com/devlup-labs/prometeo-23-app.git git remote add <remote name> https://github.com/<username>/prometeo-23-app.git
Now you are in main branch of the PR, to work on the task assigned, create new PR by using the below mentioned instruction:
main
git checkout -b <branch-name>
git checkout navigationbar
NOTE: Always open a new PR from main, else commits will follow remote.
git push <remote name> <branch name>
git pull origin <branch name>
Feel free to ping whenever facing any difficulties.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After forking the repository, follow the steps to setup it in your local device:
Setup remotes:
Now you are in
main
branch of the PR, to work on the task assigned, create new PR by using the below mentioned instruction:To navigate to any existing branch (ex: navigationbar)
To push changes to PR / To submit new PR:
NOTE: Always open a new PR from main, else commits will follow remote.
To pull changes to PR:
Feel free to ping whenever facing any difficulties.
The text was updated successfully, but these errors were encountered: