Skip to content

Contributors

tooManyArguments edited this page Oct 12, 2020 · 10 revisions

So you want to contribute, huh? Well, aren't you in for a treat! Join us @ https://matrix.to/#/+among_us:matrix.org won't you.

Install git-lfs

To handle large files better, we use git-lfs. First, install the package, such as sudo pacman -S git-lfs on Arch Linux. sudo apt install git-lfs on Debian/Ubuntu

Then create an empty new Git repository(if you haven't all ready): mkdir opensusdir

Change to that directory cd opensusdir

And do an init git init

Navigate to your Git repository (where the .git directory is located) and execute the following command in order to activate Git LFS: git lfs install

Done! Happy pulling!

Git etiquette

To keep our repository well organized, we have a few rules to follow, on the git instructions page.

Clone this wiki locally