-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
<div id="presentation" class="reveal"> | ||
<div class="slides"> | ||
<section id="title"> | ||
<img class="fragment" width="25%" src="images/plovdev-logo.png" /> | ||
<img class="fragment" width="20%" src="images/aubg-logo.png" /> | ||
<h1>Git Panic</h1> | ||
<h2>and how to avoid it</h2> | ||
</section> | ||
|
@@ -29,9 +29,13 @@ <h3>Cool tricks you learn<br/> | |
<h3>About me:</h3> | ||
<ul> | ||
<li>Hi, I'm Mihail Mikov</li> | ||
<li>Fullstack engineer at Skyscanner</li> | ||
<li>Full-stack engineer at Skyscanner</li> | ||
<li>Hobby juggler</li> | ||
</ul> | ||
<pre><code class="bash"> | ||
git config --global user.name "Mihail Mikov" | ||
git config --global user.email "[email protected]" | ||
</code></pre> | ||
</section> | ||
<section id="git-is-hard"> | ||
<h3>Git is hard</h3> | ||
|
@@ -110,6 +114,10 @@ <h3>About commands</h3> | |
</ul> | ||
</div> | ||
</section> | ||
<section> | ||
<h3>Command scope</h3> | ||
<img width="50%" src="images/git_commands_affect.png" /> | ||
</section> | ||
<section id="repo-history"> | ||
<h3>Project history</h3> | ||
<div>Use a short, but detailed graph view of your history</div> | ||
|