Skip to content

Commit d2965dc

Browse files
authored
Merge branch 'main' into main
2 parents ab21a9d + 9b3749b commit d2965dc

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Search for a package on a Android device
3+
command: adb shell pm list packages | grep "{{query}}"
4+
tags:
5+
- android
6+
- adb
7+
description: Use ADB to search for packages on a Android device.
8+
arguments:
9+
- name: query
10+
description: A search query for which package you want to find.
11+
author: Odin Asbjørnsen
12+
author_url: https://github.com/oas004
13+
shells: []
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Rebase master into feature branch
3+
command: |-
4+
git checkout
5+
git checkout master
6+
git pull origin master
7+
git checkout -
8+
git pull origin master --rebase
9+
tags:
10+
- git
11+
description: Rebases master into the feature branch
12+
arguments: []
13+
source_url: ""
14+
author: Varun Jindal
15+
author_url: "https://www.linkedin.com/in/varun-jindal/"
16+
shells: []

0 commit comments

Comments
 (0)