You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
barbushin/dater has a big refactoting, and I see that there are 5 forks, that are not so up to date. I'm just worried that old version code usage is not compatible with new code, so I want to ask everybody to merge with barbushin/dater repository. It's very easy:
Hi guys,
barbushin/dater has a big refactoting, and I see that there are 5 forks, that are not so up to date. I'm just worried that old version code usage is not compatible with new code, so I want to ask everybody to merge with barbushin/dater repository. It's very easy:
git remote add upstream https://github.com/barbushin/dater.git
git fetch upstream
git merge upstream/master
git pull upstream/master
The text was updated successfully, but these errors were encountered: