Skip to content
Snippets Groups Projects
Select Git revision
  • 811602502f573bda2e857563bb6b556aaeee5c26
  • master default protected
  • beta
  • dev
  • andrewssobral-patch-1
  • update
  • thomas-fork
  • 2.0
  • v3.2.0
  • v3.1.0
  • v3.0
  • bgslib_py27_ocv3_win64
  • bgslib_java_2.0.0
  • bgslib_console_2.0.0
  • bgslib_matlab_win64_2.0.0
  • bgslib_qtgui_2.0.0
  • 2.0.0
  • bgs_console_2.0.0
  • bgs_matlab_win64_2.0.0
  • bgs_qtgui_2.0.0
  • v1.9.2_x86_mfc_gui
  • v1.9.2_x64_java_gui
  • v1.9.2_x86_java_gui
23 results

Demo.cpp

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    basics.html 9.59 KiB
    <!DOCTYPE html>
    <html>
      <head>
        <meta charset="utf-8" />
        <meta name="author" content="Dirk Sarpe and Christian Krause" />
        <title>git basics</title>
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
        <link rel="stylesheet" href="reveal.js/css/reveal.css" />
        <link rel="stylesheet" href="reveal.js/lib/css/zenburn.css" />
        <style type="text/css">code{white-space: pre;}</style>
        <link rel="stylesheet" href="reveal.js/css/theme/black.css" id="theme" />
        <link rel="stylesheet" href="css/fork-me-ribbon.css" />
      </head>
    
      <body>
    
        <!-- start of slides -->
    
        <div class="reveal">
          <div class="slides">
            <section>
              <section id="title" data-markdown>
                # git basics
                ## for beginner-level git users
    
                notes:
                - if you have questions ask them right away
                - hand out cheat sheets later, no need to write stuff down
              </section>
    
              <section id="intro-objectives" data-markdown>
                ## objectives
    
                - teach you to fish
                - hands-on experience
                - use version control!
                - collaborate!
              </section>
    
              <section id="intro-about-me" data-markdown>
                ## about me
    
                - scientific computing support @ idiv since 2014
                - happy git user since 2010
    
                > There will never be a better version control system than git.
                >
                > -- Christian Krause, Chemnitz 2017
              </section>
    
              <section id="intro-about-today" data-markdown>
                ## about today
    
                be able to ...
    
                1.  use git in **ALL** your projects
                2.  collaborate with each other
    
                ... that is mission accomplished.
    
                notes:
                - there is time for fancy stuff later
                - take a few weeks getting used to git
                - delay is good to grow your own experience
                - growing pain is how we learn
              </section>
    
              <section id="intro-you" data-markdown>