Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-jso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DOSCH Philippe
git-jso
Commits
67fee714
Commit
67fee714
authored
3 years ago
by
Philippe Dosch
Browse files
Options
Downloads
Patches
Plain Diff
Quelques ajouts sur la refcard
parent
9c299e91
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gitrefcard.tex
+18
-2
18 additions, 2 deletions
gitrefcard.tex
with
18 additions
and
2 deletions
gitrefcard.tex
+
18
−
2
View file @
67fee714
...
...
@@ -205,6 +205,15 @@ l'index (??)
\end{itemize}
\end{itemize}
\titresec
{
Suppression d'un tag distant
}
\begin{itemize}
\item
Supprimer d'abord le tag en local (
\ex
{
git tag -d
\emph
{
nom
\_
tag
}}
\item
Pour le supprimer de façon distante, utliser la commande
\ex
{
git
push origin :
\emph
{
nom
\_
tag
}}
\end{itemize}
\titresec
{
Je développe une nouvelle fonctionnalité et j'ai oublié de
créer une branche dédiée
}
\begin{itemize}
...
...
@@ -234,8 +243,15 @@ l'index (??)
%======================================================================
\begin{tabular}
{
p
{
3.4cm
}
l
}
\ex
{
git remote -v
}
\exindex
{
git remote
}
&
Affiche les infos du dépôt
distant
\\
\ex
{
git remote -v
}
\exindex
{
git remote
}
&
Affiche les infos du dépôt
distant
\\
\ex
{
git ls-remote
}
\exindex
{
git ls-remote
}
&
Affiche les branches du
dépôt distant
\\
\ex
{
git checkout -
{}
-track origin/yopla
}
\exindex
{
git checkout
-
{}
-track
}
&
Création/récupération d'une nouvelle branche et synchro
avec le dépôt distant
\\
\ex
{
git branch -vv
}
\ex
{
gti branch -vv
}
&
Affiche les infos sur les
branches locales et leur correspondance distante
\\
\end{tabular}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment