Re: [git-users] Saving code snippets and pushing between gits ?

2019-07-13 Thread CrestChristopher
Alright, if I should have more questions I'll ask; thank you. Christopher On 7/13/2019 3:55 PM, Philip Oakley wrote: On 13/07/2019 20:40, CrestChristopher wrote: I understand, what methods do I have to choose from ? My goal is to take the snippet push it to a git, give the snippet a

Re: [git-users] Saving code snippets and pushing between gits ?

2019-07-13 Thread Philip Oakley
On 13/07/2019 20:40, CrestChristopher wrote: I understand, what methods do I have to choose from ? My goal is to take the snippet push it to a git, give the snippet a distinctive name so I understand in the future what it means and it's purpose, if it's possible to include a little

Re: [git-users] Saving code snippets and pushing between gits ?

2019-07-13 Thread CrestChristopher
I understand, what methods do I have to choose from ? My goal is to take the snippet push it to a git, give the snippet a distinctive name so I understand in the future what it means and it's purpose, if it's possible to include a little description then retrieve it or read it though the git;

Re: [git-users] Saving code snippets and pushing between gits ?

2019-07-13 Thread Philip Oakley
On 13/07/2019 19:50, CrestChristopher wrote: On 7/13/2019 1:37 PM, Philip Oakley wrote: On 12/07/2019 12:58, CrestChristopher wrote: Is it possible to take snippets of code along while also including a description of what the code is intended to do and push it to a git, so I have a

Re: [git-users] Saving code snippets and pushing between gits ?

2019-07-13 Thread CrestChristopher
On 7/13/2019 1:37 PM, Philip Oakley wrote: On 12/07/2019 12:58, CrestChristopher wrote: Is it possible to take snippets of code along while also including a description of what the code is intended to do and push it to a git, so I have a repository of code snippets, It can be done. However

Re: [git-users] Saving code snippets and pushing between gits ?

2019-07-13 Thread Philip Oakley
On 12/07/2019 12:58, CrestChristopher wrote: Is it possible to take snippets of code along while also including a description of what the code is intended to do and push it to a git, so I have a repository of code snippets, It can be done. However there are a few issues regarding 'alignment'