Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Git course
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
courses
Git course
Commits
8d9910cf
Commit
8d9910cf
authored
Jun 22, 2014
by
Vermaat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some typo and formatting fixes in tips lecture
parent
14a508d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
tips/tips.tex
tips/tips.tex
+12
-9
No files found.
tips/tips.tex
View file @
8d9910cf
...
...
@@ -86,7 +86,7 @@
\bigskip
\pause
Then, in you ``
\bt
{
.bashrc
}
'' file, add ``
\bt
{
\_\_
git
\_
ps
1
}
'' to the
Then, in you
r
``
\bt
{
.bashrc
}
'' file, add ``
\bt
{
\_\_
git
\_
ps
1
}
'' to the
``
\bt
{
PS
1
}
'' variable, and source your ``
\bt
{
.bashrc
}
'' again.
\bigskip
\end
{
frame
}
...
...
@@ -101,7 +101,7 @@
\pause
You can view who committed the line change, the commit hash,
and the commit time using ``
\bt
{
git blame
}
''
and the commit time using ``
\bt
{
git blame
}
''
.
\begin
{
lstlisting
}
[
language
=
none, caption
=
git blame command
]
$
git blame README
a4394d28 (bow 2014-06 ...) Second version.
...
...
@@ -119,7 +119,7 @@
\bigskip
\pause
Official releases, for example, are better referred as v1.0
Official releases, for example, are better referred
to
as v1.0
than a76a0fx.
\bigskip
\pause
...
...
@@ -210,7 +210,7 @@
\bigskip
\pause
This can be done via ``
\bt
{
git diff
-
w
}
''
This can be done via ``
\bt
{
git diff
-
w
}
''
.
\begin
{
lstlisting
}
[
language
=
none, caption
=
git diff without whitespace
]
$
git diff -w
\end{lstlisting}
...
...
@@ -259,7 +259,7 @@
You can also use the command to meld current staged changes to your last
committed change.
\begin{lstlisting}
[language=none, caption=git
blame comma
nd]
\begin{lstlisting}
[language=none, caption=git
commit --ame
nd]
$
git status
Changes to be committed:
modified: README
...
...
@@ -310,8 +310,10 @@
\begin
{
frame
}
[
fragile
]
\frametitle
{
Viewing
}
In Linux, git uses the ``
\bt
{
~
/
.gitconfig
}
'' file as its main
configuration file.
% http://tex.stackexchange.com/a/9372
In Linux, git uses the
``
\bt
{{
\raise
.
17
ex
\hbox
{$
\scriptstyle\mathtt
{
\sim
}$}}
/
.gitconfig
}
'' file as
its main configuration file.
\bigskip
\pause
...
...
@@ -330,8 +332,9 @@
\begin{frame}
[fragile]
\frametitle
{
Modifying
}
To edit the file directly, open ``
\bt
{
~/.gitconfig
}
'' in a text editor
and save your changes.
To edit the file directly, open
``
\bt
{{
\raise
.17ex
\hbox
{$
\scriptstyle\mathtt
{
\sim
}$}}
/.gitconfig
}
'' in a
text editor and save your changes.
\begin{lstlisting}
[language=none, caption=Modifying the config file]
$
vim ~
/
.gitconfig
\end
{
lstlisting
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment