Natsumychan / my-profile

An optional profile for a bootcamp homework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npx @11ty/eleventy --serve http://localhost:8080/README/index.html

Hi everyone, I'm Diana Castaño

I am a self-taught front-end developer junior from Colombia 🇨🇴.

At the moment I am studying in Platzi courses about HTML, CSS, JavaScript and React, with the purpose to continue learning about these programs. Also, I'm making a bootcamp in Undefined Shell with Guillermo Rodas to keep in practice what I have learned in Platzi.

Terminal commands (The next table use Linux prompt style)👩‍💻

Command Description
$ rm -r remove a folder, e.g: $ rm -r hola .
$ touch cereate a new file, e.g: $ touch chao
$ cat insert information into a designated file, e.g: $ cat chiao
$ ls show your files or document in your actual route or a specific route, e.g: $ ls Documents
$ cowsay checkout what this do on your terminal 👀 . e.g: $ cowsay -d "Not okay"

Alias commmand😶‍🌫️

These alias commands are gonna be very useful to check the git status on your repositories:

Alias Global configuration Description
$ git lg $ git config --global alias.lg "log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all" It shows a very clear and summarized log information
$ git s git config --global alias.s status --short it shows git status
$ git sh git config --global alias.sh status -sb Another version for git status alias

About

An optional profile for a bootcamp homework


Languages

Language:HTML 100.0%