PPT-Lecture 19: Git! CSE 374: Intermediate Programming Concepts and Tools
Author : skylar | Published Date : 2023-11-07
1 QUICK RECAP 2 CSE 374 au 20 Kasey Champion Some git commands git init Create a new empty git repo or convert an existing folder to a git repo git add Preparing
Presentation Embed Code
Download Presentation
Download Presentation The PPT/PDF document "Lecture 19: Git! CSE 374: Intermediate P..." is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.
Lecture 19: Git! CSE 374: Intermediate Programming Concepts and Tools: Transcript
1 QUICK RECAP 2 CSE 374 au 20 Kasey Champion Some git commands git init Create a new empty git repo or convert an existing folder to a git repo git add Preparing edited files to be saved committed to a repo. March 2015. Version Control. Keep track of changes to a project. Serves as . a . backup. Revert to previous version. Work on the same files concurrently. Must-know in the tech industry. Origins of VC. Introduction. Git is a distributed revision control system. Its purpose is to provide a structured way to track changes to files as well as manage contributions from many collaborators.. The Nouns of Git. Branch Management. These slides were largely cut-and-pasted from . http://excess.org/article/2008/07/ogre-git-tutorial/. , with some additions from other sources. I have deleted a lot from the cited tutorial, and recommend that you listen to the entire tutorial on line, if you can.. Basics of GIT for developers and system administrators. Jennifer Watson. System Engineer. University of Maine . System. NECWIC 2017. Reasons to USE GIT. Working on complex code project. Working on code from more than one computer. Fall . 2015. Version Control. Keep track of changes to a project. Serves as . a . backup. Revert to previous version. Work on the same files concurrently. Must-know in the tech industry. Origins of VC. Integration. Dharmesh Sheta. CollabNet. Engineering Office. Potsdam, Germany. History Protection. How one can rewrite history in . Git. Why one would rewrite history. How . TeamForge. . Git. Integration can protect against history re-write. Lecture 17: . Topological Sort / Graph Traversals. Linda Shapiro. Winter 2015. Announcements . We are all caught up on grading.. HW05 is due Monday March 2.. Graphs this week.. HW06 will cover B+-Trees and Graphs. It will be mostly paper and pencil with one problem requiring a little programming.. Hal Perkins. Winter 2017. Lecture 16 – Version control and . git. UW CSE 374 Winter 2017. 1. Administrivia. HW6 . writeup. posted shortly – please read before Fri.. Part I due in a week – skeleton code + . open source. distributed version control . system. p.s. for beginners…. free?. open source?. -Yes, totally!. -Yes. Download, modify and contribute!. distributed?. version . control?. let's . look . The Desired Brand Effect Stand Out in a Saturated Market with a Timeless Brand The Desired Brand Effect Stand Out in a Saturated Market with a Timeless Brand CSE 374: Intermediate Programming Concepts and Tools. 1. Lecture Participation Poll #21. Log onto . pollev.com. /cse374 . Or. Text CSE374 to 22333. Administrivia. HW 3 posted Friday -> Extra credit due date Wednesday Nov 25th @ 9pm. CSE 374 Programming Concepts & Tools Hal Perkins Fall 2015 Lecture 1 – Course Introduction Welcome! We have 10 weeks to move to a level well above novice programmer: Command-line tools/scripts to automate tasks C programming (lower level
Download Document
Here is the link to download the presentation.
"Lecture 19: Git! CSE 374: Intermediate Programming Concepts and Tools"The content belongs to its owner. You may download and print it for personal use, without modification, and keep all copyright notices. By downloading, you agree to these terms.
Related Documents