Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove README.md #3

Open
suapapa opened this issue Jul 4, 2012 · 1 comment
Open

Remove README.md #3

suapapa opened this issue Jul 4, 2012 · 1 comment

Comments

@suapapa
Copy link
Owner

suapapa commented Jul 4, 2012

arscons can used as skel for an sketch. like;

$ cp arscons my_sketch
$ cd my_sketch
$ git rename origin arscons_upsteam
$ git mv arscons.ino my_sketch.ino
$ git commit -m "Begin of my_sketch"

This is good because any update from arscons can easyly merged with current sketch:

$ git fetch arscons_upstream
$ git merge arscons_upstream/master

In this scenario, arscon's README.md will confilct if my_sketch has it's own READMD.md.

@bergey
Copy link
Contributor

bergey commented Jul 2, 2013

I checkout arscons in another directory, and symlink each AVR sketch to it. I guess this probably doesn't work on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants