Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub desktop #1775

Merged
merged 6 commits into from
May 8, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/Github Desktop/credits
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added to pi-apps and compiled by theofficialgman
5 changes: 5 additions & 0 deletions apps/Github Desktop/description
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Github Desktop is a git GUI client.
theofficialgman marked this conversation as resolved.
Show resolved Hide resolved
Focus on what matters instead of fighting with Git. Whether you're new to Git or a seasoned user, GitHub Desktop simplifies your development workflow.

Run from Menu: Menu -> Development -> Github Desktop
theofficialgman marked this conversation as resolved.
Show resolved Hide resolved
Run from Terminal: github-desktop
Binary file added apps/Github Desktop/icon-24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/Github Desktop/icon-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/Github Desktop/install-32
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

install_packages https://github.com/Pi-Apps-Coders/files/raw/main/GitHubDesktop-linux-armhf-3.0.0.deb || exit 1
theofficialgman marked this conversation as resolved.
Show resolved Hide resolved
3 changes: 3 additions & 0 deletions apps/Github Desktop/install-64
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

install_packages https://github.com/Pi-Apps-Coders/files/raw/main/GitHubDesktop-linux-arm64-3.0.0.deb || exit 1
theofficialgman marked this conversation as resolved.
Show resolved Hide resolved
3 changes: 3 additions & 0 deletions apps/Github Desktop/uninstall
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

purge_packages || exit 1
1 change: 1 addition & 0 deletions apps/Github Desktop/website
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://desktop.github.com/
1 change: 1 addition & 0 deletions etc/categories
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Fritzing|Editors
Geany Dark Mode|Appearance
Geekbench|Tools
GIMP|Editors
Github Desktop|Tools
Github-CLI|Tools
Godot|Games
GParted|Tools
Expand Down