3 |
4 |
5 |
6 | # **Git+ Coach**
7 |
8 | Git+ Coach is a free education app designed to help users learn Git and its commands. With an easy-to-use interface and smooth animations, the app provides an enjoyable user experience without any ads to distract from the learning process.
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
Wenn Sie Git lernen möchten, sind Sie bei Git Coach genau richtig. Diese Bildungs-App wurde entwickelt, um Benutzern aller Niveaus dabei zu helfen, Git-Befehle zu erkunden und ein tieferes Verständnis dafür zu erlangen, wie Git funktioniert. Mit Git Coach können Sie einfach nach jedem benötigten Befehl suchen und Schritt für Schritt lernen, wie Sie ihn verwenden.
Egal, ob Sie Anfänger oder erfahrener Git-Benutzer sind, Git Coach bietet für jeden etwas. Sie können verschiedene Kategorien von Befehlen durchsuchen, darunter Verzweigen, Zusammenführen und Zusammenarbeit, und lernen, wie Sie sie effektiv verwenden. Die App bietet außerdem klare Erklärungen und Beispiele für jeden Befehl, sodass Sie ihn leicht verstehen und befolgen können.
Zusammenfassend ist Git Coach ein unverzichtbares Werkzeug für alle, die Git lernen und seine Befehle beherrschen möchten. Laden Sie es noch heute auf Ihr Android-Gerät herunter und fangen Sie an, Git zu beherrschen!
--------------------------------------------------------------------------------
/fastlane/metadata/android/de/short_description.txt:
--------------------------------------------------------------------------------
1 | Git kennenlernen und seine Verwendung erkunden
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/changelogs/15.txt:
--------------------------------------------------------------------------------
1 | To upgrade from a prior version, you'll need to uninstall and re-install the app as the signing key was changed.
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/full_description.txt:
--------------------------------------------------------------------------------
1 |
If you’re looking to learn Git, look no further than Git Coach. This education app is designed to help users of all levels explore Git commands and gain a deeper understanding of how Git works. With Git Coach, you can easily search for any command you need and learn how to use it step-by-step.
Whether you’re a beginner or an experienced Git user, Git Coach offers something for everyone. You can browse through different categories of commands, including branching, merging, and collaboration, and learn how to use them effectively. The app also offers clear explanations and examples of each command, making it easy to understand and follow along.
In summary, Git Coach is an essential tool for anyone looking to learn Git and become proficient in its commands. Download it today on your Android device and start mastering Git!
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/images/featureGraphic.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/fastlane/metadata/android/en-US/images/featureGraphic.jpg
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/fastlane/metadata/android/en-US/images/icon.png
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/images/phoneScreenshots/01.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/fastlane/metadata/android/en-US/images/phoneScreenshots/01.jpg
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/images/phoneScreenshots/02.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/fastlane/metadata/android/en-US/images/phoneScreenshots/02.jpg
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/images/phoneScreenshots/03.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/fastlane/metadata/android/en-US/images/phoneScreenshots/03.jpg
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/images/phoneScreenshots/04.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/fastlane/metadata/android/en-US/images/phoneScreenshots/04.jpg
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/images/phoneScreenshots/05.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/fastlane/metadata/android/en-US/images/phoneScreenshots/05.jpg
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/images/phoneScreenshots/06.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/fastlane/metadata/android/en-US/images/phoneScreenshots/06.jpg
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/images/phoneScreenshots/07.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/fastlane/metadata/android/en-US/images/phoneScreenshots/07.jpg
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/images/phoneScreenshots/08.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/fastlane/metadata/android/en-US/images/phoneScreenshots/08.jpg
--------------------------------------------------------------------------------
/fastlane/metadata/android/en-US/short_description.txt:
--------------------------------------------------------------------------------
1 | Take your code to new heights, with Git Coach as your guide
--------------------------------------------------------------------------------
/gradle.properties:
--------------------------------------------------------------------------------
1 | # Project-wide Gradle settings.
2 | # IDE (e.g. Android Studio) users:
3 | # Gradle settings configured through the IDE *will override*
4 | # any settings specified in this file.
5 | # For more details on how to configure your build environment visit
6 | # http://www.gradle.org/docs/current/userguide/build_environment.html
7 | # Specifies the JVM arguments used for the daemon process.
8 | # The setting is particularly useful for tweaking memory settings.
9 | org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
10 | # When configured, Gradle will run in incubating parallel mode.
11 | # This option should only be used with decoupled projects. More details, visit
12 | # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13 | # org.gradle.parallel=true
14 | # AndroidX package structure to make it clearer which packages are bundled with the
15 | # Android operating system, and which are packaged with your app's APK
16 | # https://developer.android.com/topic/libraries/support-library/androidx-rn
17 | android.useAndroidX=true
18 | # Kotlin code style for this project: "official" or "obsolete":
19 | kotlin.code.style=official
20 | # Enables namespacing of each library's R class so that its R class includes only the
21 | # resources declared in the library itself and none from the library's dependencies,
22 | # thereby reducing the size of the R class for that library
23 | android.nonTransitiveRClass=true
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/gradle/wrapper/gradle-wrapper.jar
--------------------------------------------------------------------------------
/gradle/wrapper/gradle-wrapper.properties:
--------------------------------------------------------------------------------
1 | distributionBase=GRADLE_USER_HOME
2 | distributionPath=wrapper/dists
3 | distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4 | networkTimeout=10000
5 | validateDistributionUrl=true
6 | zipStoreBase=GRADLE_USER_HOME
7 | zipStorePath=wrapper/dists
8 |
--------------------------------------------------------------------------------
/gradlew.bat:
--------------------------------------------------------------------------------
1 | @rem
2 | @rem Copyright 2015 the original author or authors.
3 | @rem
4 | @rem Licensed under the Apache License, Version 2.0 (the "License");
5 | @rem you may not use this file except in compliance with the License.
6 | @rem You may obtain a copy of the License at
7 | @rem
8 | @rem https://www.apache.org/licenses/LICENSE-2.0
9 | @rem
10 | @rem Unless required by applicable law or agreed to in writing, software
11 | @rem distributed under the License is distributed on an "AS IS" BASIS,
12 | @rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 | @rem See the License for the specific language governing permissions and
14 | @rem limitations under the License.
15 | @rem
16 |
17 | @if "%DEBUG%"=="" @echo off
18 | @rem ##########################################################################
19 | @rem
20 | @rem Gradle startup script for Windows
21 | @rem
22 | @rem ##########################################################################
23 |
24 | @rem Set local scope for the variables with windows NT shell
25 | if "%OS%"=="Windows_NT" setlocal
26 |
27 | set DIRNAME=%~dp0
28 | if "%DIRNAME%"=="" set DIRNAME=.
29 | @rem This is normally unused
30 | set APP_BASE_NAME=%~n0
31 | set APP_HOME=%DIRNAME%
32 |
33 | @rem Resolve any "." and ".." in APP_HOME to make it shorter.
34 | for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
35 |
36 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
37 | set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
38 |
39 | @rem Find java.exe
40 | if defined JAVA_HOME goto findJavaFromJavaHome
41 |
42 | set JAVA_EXE=java.exe
43 | %JAVA_EXE% -version >NUL 2>&1
44 | if %ERRORLEVEL% equ 0 goto execute
45 |
46 | echo.
47 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48 | echo.
49 | echo Please set the JAVA_HOME variable in your environment to match the
50 | echo location of your Java installation.
51 |
52 | goto fail
53 |
54 | :findJavaFromJavaHome
55 | set JAVA_HOME=%JAVA_HOME:"=%
56 | set JAVA_EXE=%JAVA_HOME%/bin/java.exe
57 |
58 | if exist "%JAVA_EXE%" goto execute
59 |
60 | echo.
61 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62 | echo.
63 | echo Please set the JAVA_HOME variable in your environment to match the
64 | echo location of your Java installation.
65 |
66 | goto fail
67 |
68 | :execute
69 | @rem Setup the command line
70 |
71 | set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
72 |
73 |
74 | @rem Execute Gradle
75 | "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
76 |
77 | :end
78 | @rem End local scope for the variables with windows NT shell
79 | if %ERRORLEVEL% equ 0 goto mainEnd
80 |
81 | :fail
82 | rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
83 | rem the _cmd.exe /c_ return code!
84 | set EXIT_CODE=%ERRORLEVEL%
85 | if %EXIT_CODE% equ 0 set EXIT_CODE=1
86 | if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE%
87 | exit /b %EXIT_CODE%
88 |
89 | :mainEnd
90 | if "%OS%"=="Windows_NT" endlocal
91 |
92 | :omega
93 |
--------------------------------------------------------------------------------
/screenshots/about_us.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/about_us.jpg
--------------------------------------------------------------------------------
/screenshots/cmdB.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/cmdB.jpg
--------------------------------------------------------------------------------
/screenshots/cmdG.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/cmdG.jpg
--------------------------------------------------------------------------------
/screenshots/cmdR.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/cmdR.jpg
--------------------------------------------------------------------------------
/screenshots/cmdY.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/cmdY.jpg
--------------------------------------------------------------------------------
/screenshots/font_settings.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/font_settings.jpg
--------------------------------------------------------------------------------
/screenshots/lesson.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/lesson.jpg
--------------------------------------------------------------------------------
/screenshots/lesson_detail.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/lesson_detail.jpg
--------------------------------------------------------------------------------
/screenshots/nav.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/nav.jpg
--------------------------------------------------------------------------------
/screenshots/quiz.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/quiz.jpg
--------------------------------------------------------------------------------
/screenshots/quiz_result.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/quiz_result.jpg
--------------------------------------------------------------------------------
/screenshots/search.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/vishal2376/git-coach/4d0411571b0b514136fb3714caa9ef808a9b4b54/screenshots/search.jpg
--------------------------------------------------------------------------------
/settings.gradle:
--------------------------------------------------------------------------------
1 | pluginManagement {
2 | repositories {
3 | google()
4 | mavenCentral()
5 | gradlePluginPortal()
6 | }
7 | }
8 | dependencyResolutionManagement {
9 | repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
10 | repositories {
11 | google()
12 | mavenCentral()
13 | }
14 | }
15 | rootProject.name = "Git Coach"
16 | include ':app'
17 |
--------------------------------------------------------------------------------