Comandos GIT

De Base de conocimiento
Ir a la navegación Ir a la búsqueda
  python -m pip install --upgrade pip
  pip freeze
  python manage.py migrete
  python manage.py migrate
  git status
  git checkout -b login
  git status
  dir
  cd fitgage_api
  dir
  git status
  dir
  django-admin startapp User
  dir
  cd ..
  dir
  python manage.py mikemigrations User
  pip freeze
  python manage.py makemigrations User
  python manage.py mekamigrations User
  python manage.py makemigrations User
  python manage.py migrate
  git status
  git reset
  git status
  git diff .
  cls
  git status
  git add fitgage_api
  git status
  git add .gitignore
  git status
  git commit -m "agrega modelo User"
  git config user.mail "villalba.oscar1992@gmail.com"
  git commit -m "agrega modelo User"
  git config user.name "Oscar"
  git commit -m "agrega modelo User"
  git config user.email "villalba.oscar1992@gmail.com"
  git commit -m "agrega modelo User"
  git push origin login
  cls
  dir
  python manage.py runserver
  git status
  git push origin login
  git add .
  git status
  git commit -m "Agregar Serializer User"
  fitgagenv\Scripts\activate