All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login


All New Login

All gists matching topic git

Recently created
Least recently created
Recently updated
Least recently updated

botanikanet / get_group_src.sh

0 likes
0 forks
1 files
Last active 6 days ago
Получить исходники из конкретной группы
git shell src
1 #!/bin/bash
2
3 function usage {
4 echo "basename ${0} Get src of group in Gitlab"
5 echo "--help | -h Print this help"
6 echo "--token-file= | -t <file> Set file with Gitlab token"
7 echo "--gitlab-url=* | -g <url> Set Gtilab URL"
8 echo "--group-id=* | -i <id> Set group id"
9 exit 1
10 }

botanikanet / get_all_src.sh

0 likes
0 forks
1 files
Last active 6 days ago
Получить все исходники, доступные в Gitlab
git shell src
1 #!/bin/bash
2 set -ex
3
4 usage() {
5 echo "basename ${0} get all src from Gitlab"
6 echo "--help | -h Print this help"
7 echo "--token-file= | -t <file> Set file with Gitlab token"
8 echo "--gitlab-url=* | -g <url> Set Gtilab URL"
9 exit 1
10 }

botanikanet / create_mr_from console

0 likes
0 forks
1 files
Last active 4 months ago
Создание MR из консоли
git
1 git push -o merge_request.create -o merge_request.title="<Your MR Title>" -o merge_request.description="<Your MR Description>" origin <your-feature-branch>
Newer Older

Powered by Opengist ⋅ Load: 53ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文