:: Re: [DNG] netman GIT project
Góra strony
Delete this message
Reply to this message
Autor: Irrwahn
Data:  
Dla: dng
Temat: Re: [DNG] netman GIT project
Assuming you are in the backend_src directory of the project:

# git add src/backend.c src/core_functions.c include/core_functions.h
# git commit -m "my fancy commit message"

(Hope I got the subdirectory names right, did this without actually checking.)

--
Irrwahn

On Fri, 28 Aug 2015 18:32:26 +0100, Edward Bartolo wrote:
> Suppose I changed backend.c core_functions.c core_functions.h, what
> would the command be?
>
>
> Edward
>
>
>
> On 28/08/2015, Urban Wallasch <urban.wallasch@???> wrote:
>> On Fri, 28 Aug 2015 18:11:22 +0100, Edward Bartolo wrote:
>>> This is exasperating! Git is refusing my commits telling me everything
>>> is up to date!
>>>
>>
>> Did you use "git add <your changed files> " before calling "git commit"?
>>
>> --
>> Irrwahn
>>
>