Skip to content
New issue

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

Unpack all the Zips #1

Open
Beanzilla opened this issue Mar 18, 2021 · 0 comments
Open

Unpack all the Zips #1

Beanzilla opened this issue Mar 18, 2021 · 0 comments

Comments

@Beanzilla
Copy link

Here's how I would do it.

Make a temp directory and put all the zips into there... then unzip one at a time into this directory doing git add --all then git commit -m "v0.2" (For 0.2 in example) in between the unzips. Then just repeat for the remaining versions that are zipped up.

When you do the final git push then someone could do any of the following:

  • Pull the latest by git clone https://github.com/daviddoesminetest/rangedweapons.git or by the ZIP option in the Code drop down.
  • Be able to select specifically what version they want via going back previous commits.

This will help others like me who may want to help if an issue occurs.

Not only that but if you do git push in between unzips you could then also make "releases" which will provide tags for folks to use to grab archived zips. (Which is done automatically by git, but it's by releases/tags)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant