Herramientas para desarrollo de software
Contenido:
- Shell de *Unix y tipos de shell
- Tooling
- Editor de texto
- Instalación y configuración de Git
Shell de *Unix y tipos de shell
- Bourne-again shell
- Z shell & oh-my-zsh
- Friendly Interactive Shell
- Git GUI (Windows)
Tooling
Editor de texto
- Brackets
- Sublime Text
- Atom
- TextMate
- Visual Studio Code
- VIM
- Emacs
Plugins de git para editores de texto
Visual Studio Code
Sublime Text
VIM
Instalación y configuración de Git
Última Versión de Git: 2.20.1
Configuración
Agregar usuario y correo
git config --global user.name "carlogilmar"
git config --global user.email "[email protected]"
Comprobar configuración
git config user.name
git config user.email
Se puede comprobar también en el archivo $HOME/.gitconfig