Skip to content
View imsunnyjha's full-sized avatar
🤝
Working from home
🤝
Working from home

Block or report imsunnyjha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Git basics - a general workflow Git basics - a general workflow
    1
    # Git-workflow or feature branching
    2
    
                  
    3
    When working with Git, there are two prevailing workflows are [Gitflow][gitflow] and [feature branches][feature]. IMHO, being more of a subscriber to continuous integration, I feel that the feature branch workflow is better suited, and the focus of this article.
    4
    
                  
    5
    If you are new to Git and Git-workflows, I suggest reading the [atlassian.com Git Workflow][article] article in addition to this as there is more detail there than presented here.  
  2. algorithms_and_data_structures algorithms_and_data_structures Public

    Forked from mandliya/algorithms_and_data_structures

    180+ Algorithm & Data Structure Problems using C++

    C++

  3. hackerank_solutions hackerank_solutions Public

    Solutions to HackerRank Problems

  4. codeSTACKr codeSTACKr Public

    Forked from codeSTACKr/codeSTACKr

  5. python-tutorial python-tutorial Public

    Covers python programming tutorial from basic to advanced.

    Python