You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user@workstation:~/linux$ git branch -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/master
user@workstation:~/linux$ git checkout -b multiple origin/master
Branch multiple set up to track remote branch master from origin.
Switched to a new branch 'multiple'
user@workstation:~/linux$
xe1gyq@server:~/linux$ git apply patches/0001-Drivers-Hello-World.patch
patches/0001-Drivers-Hello-World.patch:58: new blank line at EOF.
+
patches/0001-Drivers-Hello-World.patch:94: new blank line at EOF.
+
warning: 2 lines add whitespace errors.
xe1gyq@server:~/linux$
Git Status
user@workstation:~/linux$ git status
On branch multiple
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: drivers/Kconfig
modified: drivers/Makefile
Untracked files:
(use "git add <file>..." to include in what will be committed)
drivers/helloworld/
no changes added to commit (use "git add" and/or "git commit -a")
Drivers: Hello World Source Code
Optimized Hello World Kernel Module
Signed-off-by: Abraham Arce <[email protected]># Please enter the commit message for your changes. Lines starting# with '#' will be ignored, and an empty message aborts the commit.# On branch multiple# Your branch is up-to-date with 'origin/master'.## Changes to be committed:# new file: drivers/helloworld/helloworld.c## Changes not staged for commit:# modified: drivers/Kconfig# modified: drivers/Makefile## Untracked files:# drivers/helloworld/Kconfig# drivers/helloworld/Makefile#
Drivers: Hello World Makefile
Makefile for Optimized Hello World Kernel Module
Signed-off-by: Abraham Arce <[email protected]># Please enter the commit message for your changes. Lines starting# with '#' will be ignored, and an empty message aborts the commit.# On branch multiple# Your branch is ahead of 'origin/master' by 1 commit.# (use "git push" to publish your local commits)## Changes to be committed:# new file: drivers/helloworld/Makefile## Changes not staged for commit:# modified: drivers/Kconfig# modified: drivers/Makefile## Untracked files:# drivers/helloworld/Kconfig#
Drivers: Hello World Kconfig
Kconfig for Optimized Hello World Kernel Module
Signed-off-by: Abraham Arce <[email protected]># Please enter the commit message for your changes. Lines starting# with '#' will be ignored, and an empty message aborts the commit.## Date: Wed May 31 18:49:24 2017 -0500## On branch multiple# Your branch is ahead of 'origin/master' by 3 commits.# (use "git push" to publish your local commits)## Changes to be committed:# new file: drivers/helloworld/Kconfig## Changes not staged for commit:# modified: drivers/Kconfig# modified: drivers/Makefile#
Drivers: Hello World Compilation
Enable Hello World Kernel Module Compilation
Signed-off-by: Abraham Arce <[email protected]># Please enter the commit message for your changes. Lines starting# with '#' will be ignored, and an empty message aborts the commit.## Date: Wed May 31 18:51:39 2017 -0500## On branch multiple# Your branch is ahead of 'origin/master' by 4 commits.# (use "git push" to publish your local commits)## Changes to be committed:# modified: drivers/Makefile## Changes not staged for commit:# modified: drivers/Kconfig#
Drivers: Hello World Kernel Configuration
Enable Hello World Kernel Module Compilation
Signed-off-by: Abraham Arce <[email protected]># Please enter the commit message for your changes. Lines starting# with '#' will be ignored, and an empty message aborts the commit.## Date: Wed May 31 18:54:22 2017 -0500## On branch multiple# Your branch is ahead of 'origin/master' by 5 commits.# (use "git push" to publish your local commits)## Changes to be committed:# modified: drivers/Kconfig#