Skip to content

Core utility library for Javascript and Node.js.

Notifications You must be signed in to change notification settings

balmoral/js-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common JS

When we figure out how to package ES6 we will...

Github

Because there's a single universal github setting per user on Mac OSX, we have to edit ./git/config to specify another github account.

Edit ./git/config after git init and before further git commands.

References

Example

.git/config

[user]
        name = [user-name]
        email = [email-address]
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
        ignorecase = true
        sshCommand = ssh -i ~/.ssh/balmoral
[remote "origin"]
        url = [email protected]:[account-name]/[repository-name].git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master

About

Core utility library for Javascript and Node.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published