-
-
Notifications
You must be signed in to change notification settings - Fork 13
Git, Text Editors, and Bash
Hannah Si edited this page Oct 4, 2018
·
1 revision
This page lists all of the relevant tutorials needed for AIDE development.
A step by step guide to all things Git, from the concept of version control to Git installation to branching and merging can be found here.
Editors can be very helpful for writing code, so we’re listing a few of our favorites here. Atom and Sublime are typically a little easier to get into, while Emacs and Vim can take some more getting used to. For questions on Emacs, ask Alyssa. For questions on Vim, ask Aadil.
Bash is the shell that is run in the terminal. We will be using Git in the terminal, so becoming familiar with some terminal commands will help you become more efficient. For some basic commands, click here. For a more in-depth tutorial of Unix, click here.