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
Currently the README instructs the user to use git fetch and to checkout the newest tag. This brings the local version up to date with the most current stable version. Local developers will more likely want to work from the most current state of the develop branch so git pull would be more appropriate. The README instructions should reflect this.
The text was updated successfully, but these errors were encountered:
Currently the README instructs the user to use
git fetch
and tocheckout
the newest tag. This brings the local version up to date with the most current stable version. Local developers will more likely want to work from the most current state of thedevelop
branch sogit pull
would be more appropriate. The README instructions should reflect this.The text was updated successfully, but these errors were encountered: