All Projects → mateodelnorte → meta-git

mateodelnorte / meta-git

Licence: other
git plugin for meta

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to meta-git

Meta
tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
Stars: ✭ 1,376 (+6154.55%)
Mutual labels:  productivity, meta, repository
Njt
njt (npm jump to): a quick navigation tool for npm packages
Stars: ✭ 179 (+713.64%)
Mutual labels:  productivity, meta
Urf.core
Unit of Work & Repositories Framework - .NET Core, NET Standard, Entity Framework Core. 100% extensible & lightweight. Live demo: https://goo.gl/QpJVgd
Stars: ✭ 226 (+927.27%)
Mutual labels:  productivity, repository
Start-Menu-Manager
App to add websites/software/files/folders/scripts to the Windows 10 Start Menu and Taskbar, and priority shortcuts to Windows 10 Search.
Stars: ✭ 126 (+472.73%)
Mutual labels:  productivity
VCore
VCore is a Swift collection containing objects, functions, and extensions that I use for my projects
Stars: ✭ 32 (+45.45%)
Mutual labels:  productivity
miki
Wiki system in PHP+NoDB in just one file. 10s setup + auto-installed. Full Markdown support. Super fast and lightweight (-0.01MB gzip). Multi-User support. Minimal and beautiful.
Stars: ✭ 25 (+13.64%)
Mutual labels:  productivity
screenREC
A really simple , ad-free & minimal web based screen recorder 📹
Stars: ✭ 67 (+204.55%)
Mutual labels:  productivity
issuer-icons
Vector graphics of one-time password issuer logo's, used in Raivo OTP for iOS.
Stars: ✭ 79 (+259.09%)
Mutual labels:  repository
MagicBox
Organize your workspace, keep files optimized, prepare images for publishing
Stars: ✭ 65 (+195.45%)
Mutual labels:  productivity
dotfiles
🚀 Bruno dotfiles
Stars: ✭ 18 (-18.18%)
Mutual labels:  productivity
Launcher
🚀 A distraction-free minimal homescreen for Android.
Stars: ✭ 116 (+427.27%)
Mutual labels:  productivity
cookiecutter
CLI for quickly creating boilerplate files based on templates you provide.
Stars: ✭ 30 (+36.36%)
Mutual labels:  productivity
timeleft
⏳ Don't waste your time or time will waste you! ☠️ One tends to consume time on low-return stuff, superficial entertainment. 📺 Things they don't actually want to do. One should make the most of his time. ⏱ Get busy living.
Stars: ✭ 18 (-18.18%)
Mutual labels:  productivity
git-init-plus
⚡ Turbo charged git init
Stars: ✭ 15 (-31.82%)
Mutual labels:  productivity
mindful-android-launcher
Siempo Android Launcher - Smartphone interface for mental health and wellbeing
Stars: ✭ 38 (+72.73%)
Mutual labels:  productivity
grit
Multitree-based personal task manager
Stars: ✭ 1,616 (+7245.45%)
Mutual labels:  productivity
mmd-gitlab-backuper
a package to backup from all projects that you have on gitlab
Stars: ✭ 27 (+22.73%)
Mutual labels:  repository
readmelater
Bookmark with a snooze button. Bookmark, buffer and complete your reading list.
Stars: ✭ 89 (+304.55%)
Mutual labels:  productivity
weedow-searchy
Automatically exposes web services over HTTP to search for Entity-related data using a powerful query language
Stars: ✭ 21 (-4.55%)
Mutual labels:  repository
nightly-docker-rebuild
Use nightli.es 🌔 to rebuild N docker 🐋 images 📦 on hub.docker.com
Stars: ✭ 13 (-40.91%)
Mutual labels:  productivity

Build Status

meta-git

Manage your meta repo and child git repositories.

git plugin for meta

Usage

➜  meta git

  Usage: meta-git [options] [command]


  Commands:

    branch      List, create, or delete branches
    checkout    Switch branches or restore working tree files
    clean       Remove untracked files from the working tree
    clone       Clone meta and child repositories into new directories
    pull        Fetch from and integrate with another repository or a local branch
    push        Update remote refs along with associated objects
    remote      Manage set of tracked repositories
    status      Show the working tree status
    tag         Create, list, delete or verify a tag object signed with GPG
    update      Clone any repos that exist in your .meta file but aren't cloned locally
    help [cmd]  display help for [cmd]

  Options:

    -h, --help  output usage information

meta git clone

Clones a meta repository and it's child repositories.

meta git clone <repo>

meta git update

Clones any child repositories from the .meta file that are missing.

meta git clone <repo>

meta git status

Track your progress on all branches at once:

meta git status

asciicast

meta git branch

View what branches exist on all your repos:

meta git branch

asciicast

meta git checkout

Create new branches on all your repos at once:

meta git checkout -b [branch-name]

Check out an existing branch in all projects:

meta git checkout main

Revert all modified files to their remote status:

meta git checkout .

asciicast

meta git clean

Remove unwanted untracked files on all repos:

meta git clean -fd

asciicast

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].