Skip to content

Commit 5f21fb0

Browse files
authored
Merge pull request github#650 from github/redirects
Redirect to Learning Lab
2 parents 475446c + 7c3fd47 commit 5f21fb0

23 files changed

+27
-1
lines changed

Diff for: Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ gem 'github-pages'
44
gem 'html-proofer'
55
gem 'rack-contrib', '~> 1.1.0'
66
gem 'rake'
7+
8+
gem "jekyll-redirect-from", "~> 0.12.1"

Diff for: Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,9 @@ PLATFORMS
228228
DEPENDENCIES
229229
github-pages
230230
html-proofer
231+
jekyll-redirect-from (~> 0.12.1)
231232
rack-contrib (~> 1.1.0)
232233
rake
233234

234235
BUNDLED WITH
235-
1.15.4
236+
1.16.2

Diff for: _config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ plugins:
5555
- jekyll-gist
5656
- jekyll-feed
5757
- jemoji
58+
- jekyll-redirect-from
5859

5960
exclude:
6061
- bin
@@ -92,3 +93,5 @@ defaults:
9293
path: ""
9394
values:
9495
lang: "en"
96+
redirect_to:
97+
- https://lab.github.com

Diff for: assets/css/main.scss

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
redirect_to: false
23
---
34

45
@import "primer-core/index.scss";

Diff for: downloads/ar/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: <div dir="rtl"> برشامة أوامر Git لنظام GitHub</div>
45
byline: <p dir="rtl"> أمر Git هو نظام تحكم بالنسخ الموزعة المفتوحة المصدر التي توظف أنشطة GitHub في الحواسيب الشخصية. هذه "البرشامة" تلخص تعليمات Git الأكثر استخداماً على سطر الأوامر كمرجع سري</p>
56
leadingpath: ../../../

Diff for: downloads/bn_BD/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: গিটহাব গিট চিট শীট
45
byline: গিট হচ্ছে একটি ওপেন সোর্স ড্রিস্ট্রিবিউটেড ভার্শন কন্ট্রোল সিস্টেম যা আপনার ল্যাপটপ বা ডেস্কটপে গিটহাব সুবিধাদি প্রদান করে। এই চিট শীটে সাধারনভাবে ব্যবহৃত গিট কমান্ড লাইনের নির্দেশনা দেওয়া আছে ।
56
leadingpath: ../../../

Diff for: downloads/de/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: GitHub Git Spickzettel
45
byline: Git ist das verteilte Open Source Versionskontrollsystem, dass die GitHub-Aktivitäten auf deinem Laptop oder PC möglich macht. Dieser Spickzettel fasst die gebräuchlichsten Git-Kommandozeilenbefehle zum schnellen Nachschlagen zusammen.
56
leadingpath: ../../../

Diff for: downloads/es_ES/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: Hoja de referencia para Git de Github
45
byline: Git es el sistema de control de versiones distribuido de código abierto que facilita realizar actividades de Github en tu computadora portátil o de escritorio. Esta hoja de referencia resume las instrucciones de línea de comandos comúnmente usadas para una rápida referencia.
56
leadingpath: ../../../

Diff for: downloads/fa/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: گیت‌هاب برگه‌تقلب گیت
45
byline: گیت سیستم کنترل نسخه توزیع‌شده است که فعالیت‌های گیت‌هاب را بر روی لپ‌تاپ یا دسکتپاب برای تسهیل می‌نماید. این برگه تقلب، دستورهای رایج مورد استفادهٔ خط‌فرمان را برای ارجاع سریع خلاصه نموده است.
56
leadingpath: ../../../

Diff for: downloads/fr/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: Aide-mémoire GitHub Git
45
byline: Git est le sytème de gestion de version décentralisé open source qui facilite les activités GitHub sur votre ordinateur. Cet aide-mémoire permet un accès rapide aux instructions des commandes Git les plus utilisées.
56
leadingpath: ../../../

Diff for: downloads/github-bash-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: GitHub Bash Cheat Sheet
45
byline: Bash is the GNU Project's shell. Bash is the Bourne Again SHell. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification.
56
leadingpath: ../../

Diff for: downloads/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: GitHub Git Cheat Sheet
45
byline: Git is the open source distributed version control system that facilitates GitHub activities on your laptop or desktop. This cheat sheet summarizes commonly used Git command line instructions for quick reference.
56
leadingpath: ../../

Diff for: downloads/id/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: Buku Saku Git GitHub
45
byline: Git adalah sistem manajemen revisi terdistribusi bersifat terbuka yang memfasilitasi aktivitas GitHub di laptop atau komputer pribadi Anda. Buku saku ini meringkas baris perintah instruksi-instruksi Git yang biasa digunakan sebagai referensi singkat.
56
leadingpath: ../

Diff for: downloads/it/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: GitHub Git - riferimento rapido
45
byline: Git è un software di controllo di versione distribuito. Installando Git sul tuo PC è possibile facilitare le operazioni su GitHub. Questo documento è un riferimento rapido per i comandi Git più usati.
56
leadingpath: ../../../

Diff for: downloads/ja/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: GitHub Git チートシート
45
byline: Gitはオープンソースとして配布されているバージョン管理システムです。Gitを使うと、あなたのノートまたはデスクトップパソコンから、GitHub上のアクティビティーを操作できます。この早見表にはコマンドラインからよく使われているGitの命令をまとめています。
56
leadingpath: ../../../

Diff for: downloads/kr/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: GitHub Git Cheat Sheet
45
byline: Git은 여러분의 노트북이나 데스크톱에서 GitHub을 사용할 수 있도록 해주는 오픈 소스 분산 버전 관리 시스템입니다. 해당 Cheat Sheet에서는 사용자가 빠르게 참고할 수 있도록 주로 사용되는 Git의 명령행(command line)을 간단히 요약하였습니다.
56
leadingpath: ../../../

Diff for: downloads/pt_BR/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: Folha de Dicas de Git do GitHub (pt-BR)
45
byline: Git é um sistema de controle de versão distribuído open source que facilita ações com o GitHub em seu notebook ou desktop. Esta folha de dicas resume instruções comumente usadas via linha de comando do Git para referência rápida.
56
leadingpath: ../../../

Diff for: downloads/pt_PT/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: Folheto de ajuda para Git do GitHub (pt-PT)
45
byline: Git é um sistema distribuído open source de controlo de versões que permite interagir com o GitHub no seu portátil ou desktop. Este folheto de ajuda resume as instruções frequentemente usadas na linha de comando do Git para referência rápida.
56
leadingpath: ../../../

Diff for: downloads/sk/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: GitHub Git Cheat Sheet
45
byline: Git je open-source distribuovaný systém riadenia revízií. Github je služba, na ktorej je možné tieto revízie (repozitáre, projekty) hostovať. Tento cheat sheet sumarizuje bežne používané Git príkazy pre rýchlu referenciu.
56
leadingpath: ../../../

Diff for: downloads/submodule-vs-subtree-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: Handling Dependencies with Submodules and Subtrees
45
byline: Submodules and subtrees are git tools that allow subprojects to be included as a subdirectory within a project. The implementation of each is very different.
56
leadingpath: ../../

Diff for: downloads/subversion-migration.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: Subversion to Git Migration
45
byline: When migrating from Subversion to Git, there’s a vocabulary and command set to learn, in addition to the new capabilities only afforded by Git. This cheat sheet aims to help you in your transition between the classic Subversion technology and the modern use of Git with the GitHub collaboration platform.
56
leadingpath: ../../

Diff for: downloads/zh_CN/github-git-cheat-sheet.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: cheat-sheet
3+
redirect_to: false
34
title: GitHub Git 备忘单
45
byline: Git是一个开源的分布式版本控制系统,方便你在笔记本或桌面端进行GitHub的操作,这个备忘单总结了常用的Git命令行指令,以便快速查询。
56
leadingpath: ../../../

Diff for: resources/cheatsheets/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- /kit/downloads/git-github-cheat-sheet.pdf/
88
- /kit/downloads/subversion-migration.pdf/
99
breadcrumbColor: "bg-gray-light"
10+
redirect_to: false
1011
---
1112
{% include light-hero.html %}
1213
{% include breadcrumbs.html %}

0 commit comments

Comments
 (0)