Scope of This Cheat Sheet
This cheat sheet assumes you already have a Webfaction hosting account and the knowledge of using its features. Creating a New Repository
Quick note on naming new repositories: A. The .git extension is required on all repository namesB. There can only be one dot (.) in the repository's name, and that should preceed the git extension Examples: repo repo.git repo.com.git Cloning a Repository
If you plan on adding large file, a mass quantity of files, or making many changes to your repository between pushes and pulls, consider changing the postBuffer setting on your local repositry clone. 1. Switch to the clone of the repo 2. Execute git config http.postBuffer {{bytes}} where bytes is the maximum number of bytes permitted.Example: To allow for a push of up to 500 MB, execute git config http.postBuffer 524288000 Removing a Git Repository
Removing a repository cannot be undone by you or a member of the Webfaction team! If you remove a repo, it is solely on you...remove with caution! |
Cheatography
https://cheatography.com
Git on Webfaction Cheat Sheet by DeeJRoth
Usage of Git on Webfaction hosting
How's Your Readability?
Cheatography is sponsored by Readable.com. Check out Readable to make your content and copy more engaging and support Cheatography!
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by DeeJRoth