GitHunt
JF

jftuga/universe

A group of my various scripts, see the Manifest (below)

Universe

Universe - Manifest

Add New Files

  • cd universe
  • git add * # (or other file mask) (you can also use 'git add --all')
  • git commit -am "initial commit" # or for one file: git commit filename -m "my comment"
  • git push or to push only one branch: git push origin BranchName

Remove Files

  • git rm file.xyz # this also deletes the file from the local file system!
  • git commit -am "rm"
  • git push

Revert The Last Change

Delete A Branch

Review Operations

  • git log
  • git log --pretty=oneline

Tagging

Amend a commit message

Overwrite local change with version from repo

Languages

Python56.5%C10.3%PowerShell6.8%PHP5.7%AutoIt4.6%VBScript4.1%Shell3.0%Batchfile2.6%C#2.4%HTML2.3%Go0.6%C++0.3%Objective-C0.3%Java0.2%Vim Script0.2%JavaScript0.1%Makefile0.0%

Contributors

Created September 10, 2015
Updated March 7, 2026