Skip to content

jftuga/universe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published