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
In this example I have created frontend repository for woobb-frontend you can follow the same steps for all projects for both frontend and backend
3 Then go to vijaa-frontend reposiotry on local machine In terminal checkout to master branch
git checkout master
then change the remote url by using this command (ssh copied from step 2)
git remote set-url origin <new-repository's-ssh-url>
Push the code to new repository
git push origin master
This will push all code in vijaa-frontend repo to your new repo
4 Then again in same terminal change the remote url back to vijaa-frontend (https://github.com/Codemarket2/vijaa-frontend)
git remote set-url origin [email protected]:Codemarket2/vijaa-frontend.git
git clone <new-repository's-ssh-url>
git remote add template [email protected]:Codemarket2/vijaa-frontend.git
Step 1 -6 only needed for 1st time
git pull template master
You have to keep repeating the 7 , 8 step to keep new repository in sync with vijaa-frontend
The text was updated successfully, but these errors were encountered:
Merge pull request #62 from Codemarket2/sumij
9353f1c
email UI now has new input called email sender label
No branches or pull requests
In this example I have created frontend repository for woobb-frontend you can follow the same steps for all projects for both frontend and backend
1 Create new repository
2 Copy the ssh url of the new repository
3 Then go to vijaa-frontend reposiotry on local machine
In terminal
checkout to master branch
then change the remote url by using this command (ssh copied from step 2)
Push the code to new repository
This will push all code in vijaa-frontend repo to your new repo
![Screenshot 2021-08-29 at 10 53 56 PM](https://user-images.githubusercontent.com/50275510/131259517-7454b929-1642-41cb-9f5a-adf594bb8772.png)
4 Then again in same terminal change the remote url back to vijaa-frontend (https://github.com/Codemarket2/vijaa-frontend)
5 Open new terminal and clone the new repository which you just created
6 Add new remote url to vijaa-frontend (https://github.com/Codemarket2/vijaa-frontend)
Step 1 -6 only needed for 1st time
7 This command will pull and merge all changes from vijaa-frontend into your new repository
8 Push to master
You have to keep repeating the 7 , 8 step to keep new repository in sync with vijaa-frontend
The text was updated successfully, but these errors were encountered: