package
1.1.0
Repository: https://github.com/zackproser/git-going.git
Documentation: pkg.go.dev

# Functions

AddRemoteOrigin sets the URL for the 'origin' remote.
Create handles the initial local filesystem setup including creating the directory, initializing git, rendering initial files, etc.
GetGitUserName attempts to read the author name from git config.
PushRepo executes a git push command to push up all local files that were scaffolded.

# Variables

No description provided by the author
No description provided by the author

# Structs

LicenseData is the information required to render the LICENSE file in the new repo.
ReadmeData is the information required to render the README.md file in the new repo.