Re: [git-users] Bash shell script to create GitHub repos from a Mac

2016-09-27 Thread Wilson Mar
Good point. I contracted the title from "A script containing Git commands that create a repo and uploads to GitHub". On Tue, Sep 27, 2016 at 8:17 AM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Tue, 27 Sep 2016 06:56:06 -0700 (PDT) > Wilson Mar

Re: [git-users] Bash shell script to create GitHub repos from a Mac

2016-09-27 Thread Konstantin Khomoutov
On Tue, 27 Sep 2016 06:56:06 -0700 (PDT) Wilson Mar wrote: > I'd like your opinion of a shell script I created at: > https://github.com/wilsonmar/git-utilities/blob/master/git-sample-repo-create.sh > > I created it as part of my Master class on Git and GitHub > to provide a

[git-users] Deleting code now but want to retrieve it easily at a later date

2016-09-27 Thread Neil Nand
Hello, I have a client that wishes to have some functionality removed from a website that I'm building but I'm not totally convinced they won't want the functionality added back to the site at a later date. Is there a way to handle this type of situation with git? Basically deleting code in

Re: [git-users] Deleting code now but want to retrieve it easily at a later date

2016-09-27 Thread Konstantin Khomoutov
On Tue, 27 Sep 2016 05:12:35 -0700 (PDT) Neil Nand wrote: > I have a client that wishes to have some functionality removed from a > website that I'm building but I'm not totally convinced they won't > want the functionality added back to the site at a later date. > > Is

Re: [git-users] Deleting code now but want to retrieve it easily at a later date

2016-09-27 Thread Konstantin Khomoutov
On Tue, 27 Sep 2016 15:29:07 +0300 Konstantin Khomoutov wrote: > > I have a client that wishes to have some functionality removed from > > a website that I'm building but I'm not totally convinced they won't > > want the functionality added back to the site at a