Welcome to the practice repository!
-
If you don't already have one, Set up an account on https://github.com. Save your new account in your favorite password manager. If you don't have a password manager, consider getting one: https://en.wikipedia.org/wiki/Password_manager
-
Install GitHub Desktop on your computer: https://desktop.github.com/
-
Go to https://github.com/jmf-nyu/miap_diglit and fork the repository by clicking the "Fork" button in the top right corner of the browser window. This will create a copy of the repository in your own account.
-
Open GitHub Desktop and make sure you are logged in.
-
Click the "Clone a repository from the Internet" button
-
Choose the forked repository in your account
-
Always click "Fetch Origin" and merge new changes before starting any new work.
-
See the command line guide to get get an idea of what you're working on. Use the entry for ls as a template for your new command line page. You can choose from the commands in the list or add a new one.
-
Create a new markdown file titled
[command you want to write about].md
. Make sure that this is in thedocs
folder. -
Hack away on your local computer! Add some text, images, URLs, code snippets to the .md file to describing your command in BASH.
-
Save your new .md file.
-
Commit your changes.
-
If you are working on your local computer, push your chages to GitHub.com
-
Submit a pull request.
- Check to make sure the pull request is approved. If it is not approved, you may need to make changes. Make your pull request a draft. Make the changes on your fork. Then resubmit the pull request.
GitHub guide to Markdown: https://guides.github.com/features/mastering-markdown/
See the resources here: https://github.com/amiaopensource/time-based-media-art and if you see something missing, make a contribution!