Automate pull and push to Git Joe Santino(jsantino) The problem - - PowerPoint PPT Presentation

automate pull and push to git
SMART_READER_LITE
LIVE PREVIEW

Automate pull and push to Git Joe Santino(jsantino) The problem - - PowerPoint PPT Presentation

Automate pull and push to Git Joe Santino(jsantino) The problem Working on a project, Realize you forgot to pull Get home and realize you never pushed your work The Solution Automate it! Pull active project when you open your


slide-1
SLIDE 1

Automate pull and push to Git

Joe Santino(jsantino)

slide-2
SLIDE 2

The problem

  • Working on a project, Realize you forgot to pull
  • Get home and realize you never pushed your work
slide-3
SLIDE 3

The Solution

  • Issues
  • Unwanted changes to working branch on close
  • Tons of IDEs, integrate directly or make a separate tool?
  • Automate it!
  • Pull active project when you open your environment
  • Push altered files on close