- Go to the mono repo
- Click on whichever repo you'd like to contribute to
- Clone the repo with this command:
git clone --recursive repo_url
- Make a new branch with this command:
git branch make_a_branch_name
- Switch to that branch with this command:
git checkout make_a_branch_name
- Make any changes you see fit
- Commit your changes with this command:
git add -A && git commit -m "commit message"
- Push your changes to your fork with this command:
git push -u origin make_a_branch_name
- Make a pull request :D
fURL
a social media platform for furries, therians, otherkin, and everything inbetween :D
Popular repositories Loading
-
-
-
passwrd
passwrd PublicA password hashing, verification, and generation library, written in rust :D
Rust
Repositories
Showing 3 of 3 repositories
- discussions Public
fURL-web/discussions’s past year of commit activity