Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wilpoes/alurachallenge_encriptador


https://github.com/wilpoes/alurachallenge_encriptador

alurachallenge challengeonelogicalatam

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

AluraChallenge
# ![docusaurus](docusaurus.svg)

Bienvenida

Comandos más utilizados Git

# git
git init
git status
git add -A
git add archivo.html

git commit -am "comentario"

git remote add origin -gitlink-

# comprobando
git remote
rpta -> origin

# subiendo, fuerza y chanca, pese a estar vacios
git push origin master --force

# bajando
git fetch --gitlink--
git pull --gitlink--