Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Petr Strakos
docs.it4i.cz
Commits
05a375c8
Commit
05a375c8
authored
Jan 12, 2017
by
David Hrbáč
Browse files
Options
Downloads
Patches
Plain Diff
modified colors.sh script
parent
fe288385
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
colors.sh
+4
-4
4 additions, 4 deletions
colors.sh
with
4 additions
and
4 deletions
colors.sh
+
4
−
4
View file @
05a375c8
for
i
in
{
"red"
,
"pink"
,
"purple"
,
"deep purple"
,
"indigo"
,
"blue"
,
"light blue"
,
"cyan"
,
"teal"
,
"green"
,
"light green"
,
"lime"
,
"yellow"
,
"amber"
,
"orange"
,
"deep orange"
,
"brown"
,
"grey"
,
"blue grey"
}
do
echo
"Setting color to:
$i
,
${
i
/ /_
}
, color_
${
i
/ /_
}
"
git checkout
-b
color_
${
i
/ /_
}
#
git checkout color_${i/ /_}
#
git checkout -b color_${i/ /_}
git checkout color_
${
i
/ /_
}
#rm -fr "/home/hrb33/Dokumenty/dev/it4i/docs.it4i.git/.git/rebase-apply"
#
git pull --rebase origin colors
#
git pull --rebase
git pull
--rebase
origin colors
git pull
--rebase
sed
-ri
"s/(primary: ').*'/
\1
$i
'/"
mkdocs.yml
#git cherry-pick bd8e358
git commit
-am
"Setting color to:
$i
"
...
...
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