TRUNAJOD2.0 icon indicating copy to clipboard operation
TRUNAJOD2.0 copied to clipboard

implemented hapax legomena index

Open supersonic1999 opened this issue 3 years ago • 2 comments

#28

supersonic1999 avatar Apr 17 '21 11:04 supersonic1999

I think to avoid the merge conflicts, you will need to set upstream the repo:

git remote add upstream [email protected]:dpalmasan/TRUNAJOD2.0.git

Then to fetch the commits (and branches) from the "upstream":

git fetch upstream

Then probably pulling changes in your local master branch: git pull. And your branch devissue-28 might need to be rebased from master git rebase master

dpalmasan avatar Apr 17 '21 11:04 dpalmasan

I think to avoid the merge conflicts, you will need to set upstream the repo:

git remote add upstream [email protected]:dpalmasan/TRUNAJOD2.0.git

Then to fetch the commits (and branches) from the "upstream":

git fetch upstream

Then probably pulling changes in your local master branch: git pull. And your branch devissue-28 might need to be rebased from master git rebase master

Thanks for the info!

supersonic1999 avatar Apr 17 '21 17:04 supersonic1999