I love my Git2P camera, but I am very disappointed in the unprofessional forum-style support available for even basic functions on the cameras. I had to read 3 forum posts to even figure out how to connect it to a wifi network. Unacceptable!
GitUp is a bet to invent a new Git interaction model that lets engineers of all levels work quickly, safely, and without headaches. It's unlike any other Git client out there from the way it’s built (it interacts directly with the Git database on disk), to the way it works (you manipulate the repository graph instead of manipulating commits). My debut album HONEYSUCKLE & LIGHTNING BUGS is out now! Git it here: to Blanco's channel: https://blancobrow.
So this Gist aims to be an unofficial manual for the Git2, and it may be applicable to other GitUp cameras.
Accessing the Video Feed via Wi-Fi
The camera serves up a video feed via RTSP whenever it is connected to WiFi (client mode or AP mode). To view the stream, all you need is a video player capable of opening an RTSP stream.
On Android, you can use VLC Media Player, available in the Play Store. Simply choose 'Open network stream' and type rtsp://
followed by the camera's IP address. In Wi-Fi access point mode, you type rtsp://192.168.1.254
. In Wi-Fi client mode, you'll need to check the IP address displayed on the screen (toggle the network information display by pressing the settings button or the mode button).
Released:
Easily update multiple git repositories at once
Project description
gitup (the git-repo-updater)
gitup is a tool for updating multiple git repositories at once. It is smartenough to handle several remotes, dirty working directories, diverged localbranches, detached HEADs, and more. It was originally created to manage a largecollection of projects and deal with sporadic internet access.
gitup should work on macOS, Linux, and Windows. You should have the latestversion of git and either Python 2.7 or Python 3 installed.
With pip:
With Homebrew:
From source
First:
Then, to install for everyone:
or for just yourself (make sure you have ~/.local/bin
in your PATH):
Finally, simply delete the git-repo-updater
directory, and you're done!
Note: If you are using Windows, you may wish to add a macro so you caninvoke gitup in any directory. Note that C:python27
refers to thedirectory where Python is installed:
There are two ways to update repos: you can pass them as command arguments,or save them as 'bookmarks'.
For example:
will automatically pull to the foo
, bar
, and baz
git repositories.Additionally, you can just type:
Gitup G2
to automatically update all git repositories in that directory.
To add bookmarks, either of these will work:
Then, to update all of your bookmarks, just run gitup without args:
Jennifer rubin twitter. Delete a bookmark:
View your current bookmarks:
You can mix and match bookmarks and command arguments:
Update all git repositories in your current directory:
You can control how deep gitup will look for repositories in a given directory,if that directory is not a git repo by itself, with the --depth
(or -t
)option. --depth 0
will disable recursion entirely, meaning the provided pathsmust be repos by themselves. --depth 1
will descend one level (this is theold behavior from pre-0.5 gitup). --depth -1
will recurse indefinitely,which is not recommended. The default is --depth 3
.
By default, gitup will fetch all remotes in a repository. Pass --current-only
(or -c
Shazam app online pc. ) to make it fetch only the remote tracked by the current branch.
Also by default, gitup will try to fast-forward all branches that haveupstreams configured. It will always skip branches where this is not possible(e.g. dirty working directory or a merge/rebase is required). Pass--fetch-only
(or -f
) to skip this step and only fetch remotes.
After fetching, gitup will keep remote-tracking branches that no longer existupstream. Pass --prune
(or -p
) to delete them, or set fetch.prune
orremote.<name>.prune
in your git config to do this by default.
For a full list of all command arguments and abbreviations:
Release historyRelease notifications | RSS feed
0.5.1
0.5
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size gitup-0.5.1-py3-none-any.whl (14.3 kB) | File type Wheel | Python version py3 | Upload date | Hashes |
Filename, size gitup-0.5.1.tar.gz (11.8 kB) | File type Source | Python version None | Upload date | Hashes |
Hashes for gitup-0.5.1-py3-none-any.whl
Algorithm | Hash digest |
---|---|
SHA256 | ee5b0314062edbccee900b851c030233378613256c141422a22a831c6201d8f8 |
MD5 | e6fe116391e547e7025c8daf59bb66b9 |
BLAKE2-256 | 690ab9045df7b1f97050cf85bc98670a7f5779fb39191b628b1a3f8b656ec6ad |
Hashes for gitup-0.5.1.tar.gz
Gitup Camera
Algorithm | Hash digest |
---|---|
SHA256 | 4f787079cd65d8f60c5842181204635e1b72d3533ae91f0c619624c6b20846dd |
MD5 | 56a062e56f954e23e86c24db1739ecbe |
BLAKE2-256 | 7f074835f8f4de5924b5f38b816c648bde284f0cec9a9ae65bd7e5b7f5867638 |