All Projects → imsky → Git Fresh

imsky / Git Fresh

Licence: mit
🍋 Keep your Git repo fresh.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Git Fresh

Snoopwpf
Snoop - The WPF Spy Utility
Stars: ✭ 1,286 (+167.92%)
Mutual labels:  utility, hacktoberfest
Backslide
💦 CLI tool for making HTML presentations with Remark.js using Markdown
Stars: ✭ 679 (+41.46%)
Mutual labels:  utility, hacktoberfest
Cryptocmd
Cryptocurrency historical price data library in Python. Data from https://coinmarketcap.com.
Stars: ✭ 299 (-37.71%)
Mutual labels:  utility, hacktoberfest
Executor
Watch for file changes and then execute command. Very nice for test driven development.
Stars: ✭ 14 (-97.08%)
Mutual labels:  utility, hacktoberfest
Fselect
Find files with SQL-like queries
Stars: ✭ 3,103 (+546.46%)
Mutual labels:  utility, hacktoberfest
Pareto.js
An extremely small, intuitive and fast functional utility library for JavaScript
Stars: ✭ 254 (-47.08%)
Mutual labels:  utility, hacktoberfest
Vuex Rest Api
A utility to simplify the use of REST APIs with Vuex
Stars: ✭ 365 (-23.96%)
Mutual labels:  utility, hacktoberfest
Django Dbbackup
Management commands to help backup and restore your project database and media files
Stars: ✭ 471 (-1.87%)
Mutual labels:  hacktoberfest
Practical rl
A course in reinforcement learning in the wild
Stars: ✭ 4,741 (+887.71%)
Mutual labels:  hacktoberfest
Pact Go
Golang version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
Stars: ✭ 470 (-2.08%)
Mutual labels:  hacktoberfest
Lambo
Quick new application creation with Laravel and Valet
Stars: ✭ 469 (-2.29%)
Mutual labels:  hacktoberfest
Ucx
Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group)
Stars: ✭ 471 (-1.87%)
Mutual labels:  hacktoberfest
Ember Bootstrap
Ember-cli addon for using Bootstrap as native Ember components.
Stars: ✭ 475 (-1.04%)
Mutual labels:  hacktoberfest
Bubbles
TUI components for Bubble Tea 🍡
Stars: ✭ 467 (-2.71%)
Mutual labels:  hacktoberfest
Devchallenge
A website for developers to improve their skills by doing front-end and back-end challenges
Stars: ✭ 475 (-1.04%)
Mutual labels:  hacktoberfest
Knighttouchbar2000
KITT 2000 chaser animation for your MacBook Pro TouchBar
Stars: ✭ 471 (-1.87%)
Mutual labels:  hacktoberfest
Ztm Job Board
⚛️ A place for developers to show recruiters they are available for hire
Stars: ✭ 480 (+0%)
Mutual labels:  hacktoberfest
K2tf
Kubernetes YAML to Terraform HCL converter
Stars: ✭ 477 (-0.62%)
Mutual labels:  utility
Prism
Prism is a framework for building loosely coupled, maintainable, and testable XAML applications in WPF, Xamarin Forms, and Uno / Win UI Applications..
Stars: ✭ 4,842 (+908.75%)
Mutual labels:  hacktoberfest
React Native Tab View
A cross-platform Tab View component for React Native
Stars: ✭ 4,742 (+887.92%)
Mutual labels:  hacktoberfest

git-fresh 🍋

Keep your repo fresh with one command.

Usage

SYNOPSIS
  git-fresh [-fmrtRWS] [-sl] [remote] [root]

DESCRIPTION
  git-fresh helps keep your Git repo fresh.

  By default, git-fresh will:
  - update local root (master) to match remote root
  - stash changes
  - prune remote branches

  git-fresh will ignore any branches listed in a .freshignore file.
  .freshignore should contain branch names you would like to ignore
  on separate lines. The file can exist in the current Git repo
  or in the home directory, i.e. ~/.freshignore.

  remote is origin by default. root is master by default.

OPTIONS
  -f  Delete stale local and remote branches
  -m  Merge remote root into current branch
  -r  Rebase current branch against remote root
  -t  Remove local tags that do not exist on remote
  -R  Reset local root to remote root
  -W  Wipe workspace clean
  -S  Clear all stash entries

  -s  Apply stashed changes after run
  -l  Only delete local stale branches

  -v  Print git-fresh version and exit

Installation

Manual on Linux or macOS

  1. Clone or download
  2. cd git-fresh
  3. sudo ./install.sh

Manual on Windows

Copy the file git-fresh to usr\bin in your git installation directory. This usually is C:\Program Files\Git\usr\bin.

Package

License

git-fresh is provided under the MIT License.

Credits

git-fresh is a project by Ivan Malopinsky.

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].